-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'HQQLinear' object has no attribute 'weight' #101
Comments
It's a problem with the Transformers library. Would you try this? pip install git+https://github.com/huggingface/transformers.git@d0c72c15c25e100860b6af692d084f06546a0b7a |
@kadirnar Thank you for your quick response. But I am still facing same issue. 😔 |
Transformers library solved the error. Can you try deleting the Transformers library and reinstalling it? huggingface/transformers#30748 pip install git+https://github.com/huggingface/transformers |
I think the issue from transformers has been solved. But further there is something else :
|
Tested and working with RTX 3090. Did you do this? pip uninstall transformers
pip install git+https://github.com/huggingface/transformers |
i am trying it on RTX 3060. Still, i am facing the same issue. I will try it on Colab or somewhere else. Then update you! |
Tomorrow I will update colab notebook and test it. |
Thank you for creating this amazing package. It looks very promising. But i am facing some issue on installation on Linux Mint (Ubuntu) desktop. Where i have a NVIDIA RTX 3060 GPU with 12GB VRAM. I am just trying the same code as provided in the reference readme.
It can download the YouTube video and convert to MP3, also model is downloaded. It loaded the model into memory (not sure) but then i am stuck. Below the error. If need any trace log i can share.
The text was updated successfully, but these errors were encountered: