model is missing weights

#2
by GardensOfBabylon29 - opened

it loads normally , but when i try and inference , i get a long log with this error : AttributeError: 'HQQLinear' object has no attribute 'weight'
can you help me resolve it , i am using kaggle P100 gpu.

Install the exact version of transformers:

pip install transformers==4.53.1

Sign up or log in to comment