Cannot use Phi3-small with DirectML / ONNX #844
craigloewen-msft
started this conversation in
Model support
Replies: 1 comment
-
DML currently does not support the Phi-3 small model. As you have found, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am trying to run the Phi-3 small model using ONNX and cannot do so.
To Reproduce
Steps to reproduce the behavior:
python3 builder.py -m "microsoft/Phi-3-small-8k-instruct" -o ./output -p "int4" -e dml -c ./cache_dir
Expected behavior
The ONNX model loads as other ONNX models would.
Screenshots
Desktop (please complete the following information):
Additional context
Full error:
Beta Was this translation helpful? Give feedback.
All reactions