mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-03 23:49:44 +00:00
Update version number
This commit is contained in:
parent
3507197599
commit
3ce1c1caa7
5 changed files with 9 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
0.5.0
|
||||
1.0.0
|
||||
|
|
|
|||
|
|
@ -32,6 +32,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 | [WinML compatibility](https://docs.microsoft.com/en-us/windows/ai/windows-ml/)|
|
||||
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
|
||||
| 1.0.0 | 1.5 | 10 | 1 | 5 | -- |
|
||||
| 0.5.0 | 1.5 | 10 | 1 | 5 | -- |
|
||||
| 0.4.0 | 1.5 | 10 | 1 | 5 | -- |
|
||||
| 0.3.1<br>0.3.0 | 1.4 | 9 | 1 | 3 | -- |
|
||||
|
|
|
|||
|
|
@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
|
|||
Changes
|
||||
-------
|
||||
|
||||
1.0.0
|
||||
^^^^^
|
||||
|
||||
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.0.0
|
||||
|
||||
0.5.0
|
||||
^^^^^
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exchange (ONNX) models.
|
||||
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__ = "0.5.0"
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "Microsoft"
|
||||
|
||||
from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, RunOptions, SessionOptions, set_default_logger_severity, NodeArg, ModelMetadata, GraphOptimizationLevel, ExecutionMode
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: onnxruntime
|
||||
Version: 0.5.0
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: onnxruntime
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue