Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
b86db9e
1
Parent(s):
5336510
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
# python=3.10
|
2 |
# conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 pytorch-cuda=11.8 -c pytorch -c nvidia
|
3 |
-
torch
|
4 |
-
torchvision
|
5 |
-
torchaudio
|
6 |
gradio
|
7 |
onnxruntime-gpu==1.18.0
|
8 |
transformers==4.33.0
|
|
|
1 |
# python=3.10
|
2 |
# conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 pytorch-cuda=11.8 -c pytorch -c nvidia
|
3 |
+
torch==2.2.2
|
4 |
+
torchvision==0.17.2
|
5 |
+
torchaudio==2.2.2
|
6 |
gradio
|
7 |
onnxruntime-gpu==1.18.0
|
8 |
transformers==4.33.0
|