Spaces:
Runtime error
Runtime error
udpate requirements
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
# nano default
|
2 |
bigdl-nano[pytorch]==2.2.0b20221022
|
3 |
-
torch==1.12.1
|
4 |
setuptools==58.0.4
|
5 |
protobuf==3.19.4
|
6 |
|
7 |
# inference
|
8 |
-
neural_compressor
|
9 |
-
onnx==1.
|
10 |
-
onnxruntime==1.
|
11 |
onnxruntime-extensions
|
12 |
|
13 |
pathlib
|
|
|
1 |
# nano default
|
2 |
bigdl-nano[pytorch]==2.2.0b20221022
|
|
|
3 |
setuptools==58.0.4
|
4 |
protobuf==3.19.4
|
5 |
|
6 |
# inference
|
7 |
+
neural_compressor==1.12
|
8 |
+
onnx==1.12
|
9 |
+
onnxruntime==1.12
|
10 |
onnxruntime-extensions
|
11 |
|
12 |
pathlib
|