Views
No views yet
GPTQ-for-Qwen_hf folder.eval_my directory on GitHub and pay attention to the "Attention" section in the README:eval_my directory under the GPTQ-for-Qwen directory.1CUDA_VISIBLE_DEVICES=0 python path_of_qwen.py your_model_path \
2--wbits model_wbit --groupsize 128 \
3--load path_of_.pth1CUDA_VISIBLE_DEVICES=0 python path_of_qwen.py your_model_path \
2--wbits model_wbit --groupsize 128 \
3--load path_of_.pth --eval1CUDA_VISIBLE_DEVICES=0 python path_of_qwen.py your_model_path \
2--wbits model_wbit --groupsize -1 \
3--load path_of_.pth1CUDA_VISIBLE_DEVICES=0 python path_of_qwen.py your_model_path \
2--wbits model_wbit --groupsize -1 \
3--load path_of_.pth --evalwbit and groupsize parameters for the model; otherwise, loading errors may occur.groupsize parameter to -1 for per-channel quantization.