v1.15.0: ROCMExecutionProvider support
ROCMExecutionProvider support
The Optimum ONNX Runtime integration is extended to officially support ROCMExecutionProvider
. See more details in the documentation.
- Add AMD GPU support by @mht-sharma in #1546
- Update ROCM ORT doc by @mht-sharma in #1564
Extended ONNX export
The Swin2sr, DPT, GLPN, ConvNextv2 are now supported in the ONNX export.
- Swin2sr onnx by @baskrahmer in #1492
- Add depth-estimation w/ DPT+GLPN by @xenova in #1529
- Add
convnextv2
onnx export by @xenova in #1560
What's Changed
- Add OV export CLI to README by @echarlaix in #1526
- Refactor NormalizedConfigs for GQA by @michaelbenayoun in #1539
- Fix model patcher ONNX decoder export by @fxmarty in #1547
- Add AMD to the documentation main page by @mfuntowicz in #1540
- Add Optimum-amd documentation to the PR & release doc by @fxmarty in #1562
- Add amd documentation by @echarlaix in #1557
- Remove
delete_doc_comment
workflows by @regisss in #1565 - optimum-nvidia by @mfuntowicz in #1566
- Update installation instructions in README by @echarlaix in #1568
- Update doc for AMD by @mht-sharma in #1570
- Add amd extra to setup.py by @echarlaix in #1567
New Contributors
Full Changelog: v1.14.0...v1.15.0