-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
AttributeError: '_OpNamespace' 'aten' object has no attribute '_kai_weight_pack_int4' #1
Comments
Hi @martin-g it appears you haven't installed the torch wheel provided as per the learning path You will need to override the Pytorch version that gets installed with a specific version to take advantage of the KleidiAI optimizations.
Then you can validate:
Hope this resolves your issue |
Hi @pareenaverma ! Thank you for helping me!
|
I think I realize the problem! I must use 3.10, not 3.10+ ... |
Thanks! Note to future me: I had to install One further question: |
Friendly ping! |
thanks for this @martin-g - I had python 12 and changing to python 10 solved my same issue |
Hi,
I am following the article at https://learn.arm.com/learning-paths/servers-and-cloud-computing/pytorch-llama/pytorch-llama/
but at step
I get the following error:
I see this attribute comes from https://github.com/ArmDeveloperEcosystem/PyTorch-arm-patches/blob/main/0001-Feat-Add-support-for-kleidiai-quantization-schemes.patch
Any ideas ?
Thanks!
The text was updated successfully, but these errors were encountered: