Spaces:
Running
Running
Commit
•
91fa4b7
1
Parent(s):
147f121
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
pytorch==2.1.2
|
2 |
-
torchvision==0.16.2
|
3 |
-
torchaudio==2.1.2
|
4 |
-
pytorch-cuda
|
5 |
-
termcolor==2.4.0
|
6 |
-
streamlit==1.39.0
|
7 |
-
class_registry==2.1.2
|
8 |
datasets==3.1.0
|
|
|
1 |
+
pytorch==2.1.2
|
2 |
+
torchvision==0.16.2
|
3 |
+
torchaudio==2.1.2
|
4 |
+
pytorch-cuda==12.1
|
5 |
+
termcolor==2.4.0
|
6 |
+
streamlit==1.39.0
|
7 |
+
class_registry==2.1.2
|
8 |
datasets==3.1.0
|