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
Traceback (most recent call last):
File "/data/liangyi/Qwen2-vl-new/AutoGPTQ.py", line 78, in
model.quantize(calib_data=inputs, quant_config=quant_config)
File "/root/anaconda3/envs/Qwen_vl/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1931, in getattr
raise AttributeError(
AttributeError: 'Qwen2VLForConditionalGeneration' object has no attribute 'quantize'. Did you mean: 'dequantize'?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/data/liangyi/Qwen2-vl-new/AutoGPTQ.py", line 78, in
model.quantize(calib_data=inputs, quant_config=quant_config)
File "/root/anaconda3/envs/Qwen_vl/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1931, in getattr
raise AttributeError(
AttributeError: 'Qwen2VLForConditionalGeneration' object has no attribute 'quantize'. Did you mean: 'dequantize'?
The text was updated successfully, but these errors were encountered: