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 was just trying to get the example code from optimum documentation up and running before I try to get an LLM to run on the NPU, but I keep getting this error: ImportError: cannot import name 'AutoQuantizationConfig' from 'optimum.amd.ryzenai'.
I checked the files and I can't find AutoQuantizationConfig class anywhere. I also checked the versions, and I am on the latest one (optimum - 1.17.1, optimum-amd - 0.1.0)
The text was updated successfully, but these errors were encountered:
Just a quick question while I have you here. Is process the same if I wanted to run an LLM on the NPU (so export the model to onnx, quantize for the NPU, and then run), or are there any special steps?
Hello,
I was just trying to get the example code from optimum documentation up and running before I try to get an LLM to run on the NPU, but I keep getting this error:
ImportError: cannot import name 'AutoQuantizationConfig' from 'optimum.amd.ryzenai'
.I checked the files and I can't find AutoQuantizationConfig class anywhere. I also checked the versions, and I am on the latest one (optimum - 1.17.1, optimum-amd - 0.1.0)
The text was updated successfully, but these errors were encountered: