rnwang commited on
Commit
88f018e
1 Parent(s): bf27c70

udpate requirements

Browse files
Files changed (1) hide show
  1. 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.9.0
10
- onnxruntime==1.10.0
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