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
We uploaded the OPEA/deepseek-vl2-int4-sym-gptq-inc model and found this problem. We hope DeepSeek-VL2 could solve this in the future version so that we do not have to use the specific version for quantized model.
The commit faf1802 introduce a bug for quantized deepseek-vl2 model.
AttributeError: 'QuantLinear' object has no attribute 'weight'.
It point to modeling_deepseek.py Line 888.
Old version does not have any problem.
test model address: https://huggingface.co/OPEA/deepseek-vl2-int4-sym-gptq-inc
The text was updated successfully, but these errors were encountered: