mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
bump to 1.7.2
This commit is contained in:
parent
eed9dea3ec
commit
1a8e53687d
7 changed files with 8 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
1.7.1
|
||||
1.7.2
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ For more details on ONNX Release versions, see [this page](https://github.com/on
|
|||
|
||||
| ONNX Runtime release version | ONNX release version | ONNX opset version | ONNX ML opset version | Supported ONNX IR version | [Windows ML Availability](https://docs.microsoft.com/en-us/windows/ai/windows-ml/release-notes/)|
|
||||
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
|
||||
| 1.7.1 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.7+ |
|
||||
| 1.7.2 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.7+ |
|
||||
| 1.7.0 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.7+ |
|
||||
| 1.6.0 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.6+ |
|
||||
| 1.5.3 | **1.7** down to 1.2 | 12 | 2 | 7 | Windows AI 1.5+ |
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
|
|||
Changes
|
||||
-------
|
||||
|
||||
1.7.1
|
||||
1.7.2
|
||||
^^^^^
|
||||
|
||||
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.7.1
|
||||
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.7.2
|
||||
|
||||
1.7.0
|
||||
^^^^^
|
||||
|
|
|
|||
2
nodejs/package-lock.json
generated
2
nodejs/package-lock.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"lockfileVersion": 2,
|
||||
"dependencies": {
|
||||
"strip-bom": {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"type": "git"
|
||||
},
|
||||
"author": "fs-eire",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"dependencies": {
|
||||
"prebuild-install": "^6.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exc
|
|||
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_
|
||||
or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
|
||||
"""
|
||||
__version__ = "1.7.1"
|
||||
__version__ = "1.7.2"
|
||||
__author__ = "Microsoft"
|
||||
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: onnxruntime
|
||||
Version: 1.7.1
|
||||
Version: 1.7.2
|
||||
Release: 1%{?dist}
|
||||
Summary: onnxruntime
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue