Update to v3
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
-
transformers[torch]==4.35.2
|
2 |
-
onnxruntime<1.16.0
|
3 |
-
optimum==1.14.1
|
4 |
-
tqdm
|
5 |
-
onnx==1.13.1
|
6 |
huggingface_hub
|
7 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub
|
2 |
+
streamlit
|
3 |
+
transformers[torch]==4.43.4
|
4 |
+
onnxruntime==1.19.2
|
5 |
+
optimum==1.21.3
|
6 |
+
onnx==1.16.2
|
7 |
+
onnxconverter-common==1.14.0
|
8 |
+
tqdm==4.66.5
|
9 |
+
onnxslim==0.1.31
|
10 |
+
--extra-index-url https://pypi.ngc.nvidia.com
|
11 |
+
onnx_graphsurgeon==0.3.27
|