Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
torchaudio==2.2.2
|
6 |
-
onnxruntime-gpu==1.18.0
|
7 |
tensorrt
|
8 |
-
transformers
|
9 |
torchgeometry
|
10 |
pyyaml==6.0.1
|
11 |
scipy==1.11.4
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
+
onnxruntime-gpu
|
|
|
|
|
5 |
tensorrt
|
6 |
+
transformers
|
7 |
torchgeometry
|
8 |
pyyaml==6.0.1
|
9 |
scipy==1.11.4
|