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
This warning appears during AI initialization when running python main.py. Better inference performance would be nice because inference is pretty slow on old hardware.
WARNING utils.py L37: For better inference performance, please install exllamav2 kernel via pip install git+https://github.com/AutoGPTQ/AutoGPTQ.git@b8b4127
The text was updated successfully, but these errors were encountered:
Almenon
changed the title
WARNING utils.py L37: For better inference performance, please install exllamav2 kernel via pip install git+https://github.com/AutoGPTQ/AutoGPTQ.git@b8b4127
WARNING utils.py L37: For better inference performance, please install exllamav2 kernel
Feb 6, 2025
I looked into installing AutoGPTQ, but found out that it is deprecated. It looks like autoround should be using GPTQModel instead. I raised a issue on their Github: intel/auto-round#428
This warning appears during AI initialization when running
python main.py
. Better inference performance would be nice because inference is pretty slow on old hardware.The text was updated successfully, but these errors were encountered: