Spaces:
Runtime error
Runtime error
fix PyTorch version
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
xformers
|
4 |
bitsandbytes
|
5 |
transformers
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
xformers
|
4 |
bitsandbytes
|
5 |
transformers
|