mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-05 04:17:53 +00:00
Fix versions table (#2309)
* Update table values * Fix onnxml opset version
This commit is contained in:
parent
cba93f7c8d
commit
556bae17a5
1 changed files with 6 additions and 6 deletions
|
|
@ -32,12 +32,12 @@ 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 | -- |
|
||||
| 0.2.1<br>0.2.0 | 1.3 | 8 | 1 | 3 | 1903 (19H1)+ |
|
||||
| 0.1.5<br>0.1.4 | 1.3 | 8 | 1 | 3 | 1809 (RS5)+ |
|
||||
| 1.0.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
|
||||
| 0.5.0 | **1.5** down to 1.2 | 10 | 1 | 5 | -- |
|
||||
| 0.4.0 | **1.5** down to 1.2 | 10 | 1 | 5 | -- |
|
||||
| 0.3.1<br>0.3.0 | **1.4** down to 1.2 | 9 | 1 | 3 | -- |
|
||||
| 0.2.1<br>0.2.0 | **1.3** down to 1.2 | 8 | 1 | 3 | 1903 (19H1)+ |
|
||||
| 0.1.5<br>0.1.4 | **1.3** down to 1.2 | 8 | 1 | 3 | 1809 (RS5)+ |
|
||||
|
||||
|
||||
## Tool Compatibility
|
||||
|
|
|
|||
Loading…
Reference in a new issue