sweetlove12
Results
1
issues of
sweetlove12
## 问题描述 tools/quant_analysis.py未适配最新代码,import不到BaseTokenizer等包。 ## 执行的代码或指令 ``` python /llmc/tools/quant_analysis.py \ --dataset_name wikitext2 \ --data_path /data/wikitext2 \ --model_type Qwen2VL \ --model_path /qwenVL/qwen2.5-VL-3B-Instruct \ --t_model_path /qwenVL/qwen2.5-VL-3B-Instruct-AWQ \ --wbit 4 --abit 16 \ --wgra...