Skip to content

Commit

Permalink
Enhance doc for DmlExecutionProvider (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengniwang95 authored Nov 28, 2023
1 parent b1db1cf commit d131832
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/quantization.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,11 @@ Intel(R) Neural Compressor support multi-framework: PyTorch, Tensorflow, ONNX Ru
<br>
<br>

> Note: DmlExecutionProvider support works as experimental, please expect exceptions.
> ***Note***
>
> DmlExecutionProvider support works as experimental, please expect exceptions.
>
> Known limitation: the batch size of onnx models has to be fixed to 1 for DmlExecutionProvider, no multi-batch and dynamic batch support yet.
Examples of configure:
```python
Expand Down

0 comments on commit d131832

Please sign in to comment.