File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ quantizer.fit()
6969* Quantization with [ GUI] ( ./docs/bench.md )
7070``` shell
7171# An ONNX Example
72- pip install onnx==1.9 .0 onnxruntime==1.10.0 onnxruntime-extensions
72+ pip install onnx==1.12 .0 onnxruntime==1.12.1 onnxruntime-extensions
7373# Prepare fp32 model
7474wget https://github.com/onnx/models/raw/main/vision/classification/resnet/model/resnet50-v1-12.onnx
7575# Start GUI
Original file line number Diff line number Diff line change 1- {% set version = "1.13 " %}
1+ {% set version = "1.14 " %}
22{% set buildnumber = 0 %}
33package :
44 name : neural-compressor
Original file line number Diff line number Diff line change 1- {% set version = "1.13 " %}
1+ {% set version = "1.14 " %}
22{% set buildnumber = 0 %}
33package :
44 name : neural-compressor-full
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and
1616# limitations under the License.
1717
18- __version__ = "1.14.0a0 "
18+ __version__ = "1.14"
You can’t perform that action at this time.
0 commit comments