We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry. I searched everywhere but I don't found any script to convert the quantized .pt file to the safetensors.
I received the Llama-3.1-Nemotron-70B-Instruct-HF-w4-g128.pt After using this script:
python -m awq.entry --model_path $MODEL \ --tasks wikitext \ --w_bit $w_bit --q_group_size 128 \ --load_quant quant_cache/$MODEL-w$w_bit-g128-awq.pt \ --max_memory $max_memory \ --parallel
Please maybe someone can help me with that.
The text was updated successfully, but these errors were encountered:
Hi did you solve it?
Sorry, something went wrong.
No branches or pull requests
Sorry.
I searched everywhere but I don't found any script to convert the quantized .pt file to the safetensors.
I received the Llama-3.1-Nemotron-70B-Instruct-HF-w4-g128.pt
After using this script:
Please maybe someone can help me with that.
The text was updated successfully, but these errors were encountered: