Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch==
|
2 |
-
torchvision==0.
|
3 |
-
torchaudio==0.
|
4 |
transformers==4.11.3
|
5 |
gradio==2.3.7
|
|
|
1 |
+
torch==2.2.0
|
2 |
+
torchvision==0.13.0 # Adjust based on compatibility with torch 2.2.0
|
3 |
+
torchaudio==0.12.0 # Adjust based on compatibility with torch 2.2.0
|
4 |
transformers==4.11.3
|
5 |
gradio==2.3.7
|