Add the vit structure that is not quantized in the weight to ignore list in config.json.

#109
by WangBei25 - opened

The weight of Kimi-K2.5 can not running on ascend NPU. Because the vit is not quantized , the code runs to the wrong branch. So could you add the vit structure to ignore list to fix this bug?

image

for example,In config.json of Qwen, all of the vit layers are added in ignored_layers of quantization_config .
https://huggingface.co/Qwen/Qwen3-VL-235B-A22B-Instruct-FP8/blob/main/config.json
image

Sign up or log in to comment