mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
Fix doc listed opset for DirectML EP (#7118)
* Update DirectML-ExecutionProvider.md Update stale version and opset for current ORT. * Update install markdown link to DML * Fix filename extension to html
This commit is contained in:
parent
bbb13fdbc5
commit
471f719bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ A complete sample of onnxruntime using the DirectML execution provider can be fo
|
|||
## Support Coverage
|
||||
**ONNX Opset**
|
||||
|
||||
The DirectML execution provider currently supports ONNX opset 11 ([ONNX v1.6](https://github.com/onnx/onnx/releases/tag/v1.6.0)). Evaluating models which require a higher opset version is not supported, and may produce unexpected results.
|
||||
The DirectML execution provider currently supports ONNX opset 12 ([ONNX v1.7](https://github.com/onnx/onnx/releases/tag/v1.7.0)). Evaluating models which require a higher opset version is not supported, and may produce unexpected results.
|
||||
|
||||
|
||||
## Additional Resources
|
||||
|
|
|
|||
Loading…
Reference in a new issue