AutoAWQ
AutoAWQ copied to clipboard
while quantizing the llava-7b model,an error occurred: AttributeError: 'NoneType' object has no attribute 'shape'
Hello, I encountered the issue while quantizing the llava-7b model. An error occurred: AttributeError: 'NoneType' object has no attribute 'shape'. My versions are autoawq==0.2.8, tokenizers==0.21.0, and transformers==4.47.1.How can I to solve it?