Skip to content

Commit

Permalink
bump version into v1.14 (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensuyue authored Sep 19, 2022
1 parent b1fb47d commit 073ac5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ quantizer.fit()
* Quantization with [GUI](./docs/bench.md)
```shell
# An ONNX Example
pip install onnx==1.9.0 onnxruntime==1.10.0 onnxruntime-extensions
pip install onnx==1.12.0 onnxruntime==1.12.1 onnxruntime-extensions
# Prepare fp32 model
wget https://github.com/onnx/models/raw/main/vision/classification/resnet/model/resnet50-v1-12.onnx
# Start GUI
Expand Down
2 changes: 1 addition & 1 deletion conda_meta/basic/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.13" %}
{% set version = "1.14" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor
Expand Down
2 changes: 1 addition & 1 deletion conda_meta/full/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.13" %}
{% set version = "1.14" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor-full
Expand Down
2 changes: 1 addition & 1 deletion neural_compressor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.14.0a0"
__version__ = "1.14"

0 comments on commit 073ac5f

Please sign in to comment.