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
model = AutoModel.from_pretrained("./Qwen2.5-72B-Instruct",compression='4bit')
`
File "airllm/utils.py", line 46, in save_quant_state_to_dict
'quant_type': self.quant_type,
AttributeError: 'list' object has no attribute 'quant_type'
The text was updated successfully, but these errors were encountered:
`
from airllm import AutoModel
MAX_LENGTH = 128
model = AutoModel.from_pretrained("./Qwen2.5-72B-Instruct",compression='4bit')
`
File "airllm/utils.py", line 46, in save_quant_state_to_dict
'quant_type': self.quant_type,
AttributeError: 'list' object has no attribute 'quant_type'
The text was updated successfully, but these errors were encountered: