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:
Dwayne Robinson 2021-11-04 08:20:12 -07:00 committed by GitHub
parent bbb13fdbc5
commit 471f719bb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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