Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
Conversion was done using the default calibration dataset.
Default arguments used except when the bits per weight is above 6.0, at that point the lm_head layer is quantized at 8 bits per weight instead of the default 6.
1mkdir Meta-Llama-3-70B-Instruct-exl2
2huggingface-cli download bartowski/Meta-Llama-3-70B-Instruct-exl2 --local-dir Meta-Llama-3-70B-Instruct-exl2 --local-dir-use-symlinks False
1mkdir Meta-Llama-3-70B-Instruct-exl2-6_5
2huggingface-cli download bartowski/Meta-Llama-3-70B-Instruct-exl2 --revision 6_5 --local-dir Meta-Llama-3-70B-Instruct-exl2-6_5 --local-dir-use-symlinks False
1mkdir Meta-Llama-3-70B-Instruct-exl2-6.5
2huggingface-cli download bartowski/Meta-Llama-3-70B-Instruct-exl2 --revision 6_5 --local-dir Meta-Llama-3-70B-Instruct-exl2-6.5 --local-dir-use-symlinks False