Spaces:
Running
Running
upgrade torch modules
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Torch and related libraries
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
torchaudio
|
5 |
xformers
|
6 |
torchao==0.11.0
|
7 |
|
|
|
1 |
# Torch and related libraries
|
2 |
+
torch==2.5.1
|
3 |
+
torchvision==0.20.1
|
4 |
+
torchaudio==2.5.1
|
5 |
xformers
|
6 |
torchao==0.11.0
|
7 |
|