prithivMLmods
commited on
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
huggingface_hub
|
2 |
-
|
3 |
-
|
4 |
-
onnxruntime==1.
|
5 |
-
optimum==1.
|
6 |
onnx==1.16.2
|
7 |
onnxconverter-common==1.14.0
|
8 |
-
tqdm==4.
|
9 |
onnxslim==0.1.31
|
10 |
--extra-index-url https://pypi.ngc.nvidia.com
|
11 |
-
|
12 |
timm
|
|
|
1 |
huggingface_hub
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
onnxruntime==1.20.1
|
5 |
+
optimum==1.23.3
|
6 |
onnx==1.16.2
|
7 |
onnxconverter-common==1.14.0
|
8 |
+
tqdm==4.67.1
|
9 |
onnxslim==0.1.31
|
10 |
--extra-index-url https://pypi.ngc.nvidia.com
|
11 |
+
onnx-graphsurgeon==0.5.2
|
12 |
timm
|