CVS-176786: Draft for Documentation update and deprecation notices #905
CVS-176786: Draft for Documentation update and deprecation notices #905Jaswanth51 wants to merge 4 commits intogh-pagesfrom
Conversation
…nfig parsing value error in documentation examples
jatinwadhwa921
left a comment
There was a problem hiding this comment.
Pls make the changes accordingly
MayureshV1
left a comment
There was a problem hiding this comment.
Can we also change line#90 and mention
The following provider options are deprecated since ORT 1.23 and should be migrated to load_config for better compatibility with future releases
| "DEVICE_PROPERTIES": { | ||
| "CPU": { | ||
| "INFERENCE_PRECISION_HINT": "f32", | ||
| "NUM_STREAMS": "3", |
There was a problem hiding this comment.
Please remove the INFERENCE_NUM_THREADS reference since it is a low level setting that is better ignored by app.
There was a problem hiding this comment.
Agreed, removed INFERENCE_NUM_THREADS from the example as it's a low-level setting.
|
|
||
| |ONNX Runtime|OpenVINO™|Notes| | ||
| |---|---|---| | ||
| |1.24.1|2025.4.1|[Details](https://github.com/intel/onnxruntime/releases/tag/v5.9)| |
There was a problem hiding this comment.
@vthaniel , @jatinwadhwa921 . Please confirm Is OVEP5.9 based on ORT1.24.1 or ORT1.24.2 ?
There was a problem hiding this comment.
As per the release notes here: https://github.com/intel/onnxruntime/releases/tag/v5.9, OVEP 5.9 is based on ORT 1.24.1.
Added versions deprecation notices and updated documentation
https://jira.devtools.intel.com/browse/CVS-176786