Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
torchaudio
|
|
|
4 |
absl-py==2.1.0
|
5 |
accelerate==1.1.1
|
6 |
addict==2.4.0
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
+
torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
|
4 |
+
gradio==5.7.1
|
5 |
absl-py==2.1.0
|
6 |
accelerate==1.1.1
|
7 |
addict==2.4.0
|