From 7ad77e5ef86c3432ff8f6fc2afe159a5316270cd Mon Sep 17 00:00:00 2001 From: realize096 <102856702+realize096@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:57:06 +0800 Subject: [PATCH] update torch 0.4.0 to 1.13.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3689708..f5f7b48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ tqdm numpy -torch>=0.4.0 \ No newline at end of file +torch>=1.13.1 \ No newline at end of file