Skip to content

Commit 073ac5f

Browse files
authored
bump version into v1.14 (#1264)
1 parent b1fb47d commit 073ac5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7474
wget https://github.com/onnx/models/raw/main/vision/classification/resnet/model/resnet50-v1-12.onnx
7575
# Start GUI

conda_meta/basic/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.13" %}
1+
{% set version = "1.14" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor

conda_meta/full/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.13" %}
1+
{% set version = "1.14" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor-full

neural_compressor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
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"

0 commit comments

Comments
 (0)