Spaces:
Runtime error
Runtime error
Commit
·
25d1dcc
1
Parent(s):
33040f8
localize
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -10,8 +10,10 @@ loguru==0.7.2
|
|
10 |
einops==0.7.0
|
11 |
sentencepiece==0.1.99
|
12 |
#cuda-python==11.7.1
|
13 |
-
onnxruntime
|
14 |
-
onnx
|
|
|
|
|
15 |
#nvidia-pyindex==1.0.9
|
16 |
onnx-graphsurgeon==0.3.27
|
17 |
polygraphy==0.47.1
|
|
|
10 |
einops==0.7.0
|
11 |
sentencepiece==0.1.99
|
12 |
#cuda-python==11.7.1
|
13 |
+
onnxruntime
|
14 |
+
onnx
|
15 |
+
#onnxruntime==1.12.1
|
16 |
+
#onnx==1.12.0
|
17 |
#nvidia-pyindex==1.0.9
|
18 |
onnx-graphsurgeon==0.3.27
|
19 |
polygraphy==0.47.1
|