Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
huggingface_hub
|
2 |
-
streamlit
|
3 |
-
transformers[torch]
|
4 |
-
onnxruntime
|
5 |
-
optimum
|
6 |
-
onnx
|
7 |
-
onnxconverter-common
|
8 |
-
tqdm
|
9 |
-
onnxslim
|
10 |
-
--extra-index-url https://pypi.ngc.nvidia.com
|
11 |
-
onnx_graphsurgeon
|
12 |
timm
|
|
|
1 |
+
huggingface_hub
|
2 |
+
streamlit
|
3 |
+
transformers[torch]
|
4 |
+
onnxruntime
|
5 |
+
optimum
|
6 |
+
onnx
|
7 |
+
onnxconverter-common
|
8 |
+
tqdm
|
9 |
+
onnxslim
|
10 |
+
--extra-index-url https://pypi.ngc.nvidia.com
|
11 |
+
onnx_graphsurgeon
|
12 |
timm
|