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()
69
69
* Quantization with [ GUI] ( ./docs/bench.md )
70
70
``` shell
71
71
# 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
73
73
# Prepare fp32 model
74
74
wget https://github.com/onnx/models/raw/main/vision/classification/resnet/model/resnet50-v1-12.onnx
75
75
# Start GUI
Original file line number Diff line number Diff line change 1
- {% set version = "1.13 " %}
1
+ {% set version = "1.14 " %}
2
2
{% set buildnumber = 0 %}
3
3
package :
4
4
name : neural-compressor
Original file line number Diff line number Diff line change 1
- {% set version = "1.13 " %}
1
+ {% set version = "1.14 " %}
2
2
{% set buildnumber = 0 %}
3
3
package :
4
4
name : neural-compressor-full
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
18
- __version__ = "1.14.0a0 "
18
+ __version__ = "1.14"
You can’t perform that action at this time.
0 commit comments