You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can provide the execution provider like this:
config.StaticQuantConfig(calibration_data_reader=data_reader, quant_format=QuantFormat.QOperator, execution_provider="DmlExecutionProvider"), but there's no way to specify the device as NPU?
The text was updated successfully, but these errors were encountered:
Hi, since currently we only provide limited support and do limited test for DML EP, we don't expose many parameter about this EP.
You can check this PR of onnxrutnime about device selecting for DML EP microsoft/onnxruntime#17612.
Actually you can quantize the model first, and then select device during later inference.
I can provide the execution provider like this:
config.StaticQuantConfig(calibration_data_reader=data_reader, quant_format=QuantFormat.QOperator, execution_provider="DmlExecutionProvider"), but there's no way to specify the device as NPU?
The text was updated successfully, but these errors were encountered: