Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub
|
2 |
+
transformers[torch]==4.43.4
|
3 |
+
onnxruntime==1.19.2
|
4 |
+
optimum==1.21.3
|
5 |
+
onnx==1.16.2
|
6 |
+
onnxconverter-common==1.14.0
|
7 |
+
tqdm==4.66.5
|
8 |
+
onnxslim==0.1.31
|
9 |
+
--extra-index-url https://pypi.ngc.nvidia.com
|
10 |
+
onnx_graphsurgeon==0.3.27
|
11 |
+
timm
|