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 Phi-3-mini-4k-instruct-exl2
2huggingface-cli download bartowski/Phi-3-mini-4k-instruct-exl2 --local-dir Phi-3-mini-4k-instruct-exl2 --local-dir-use-symlinks False
1mkdir Phi-3-mini-4k-instruct-exl2-6_5
2huggingface-cli download bartowski/Phi-3-mini-4k-instruct-exl2 --revision 6_5 --local-dir Phi-3-mini-4k-instruct-exl2-6_5 --local-dir-use-symlinks False
1mkdir Phi-3-mini-4k-instruct-exl2-6.5
2huggingface-cli download bartowski/Phi-3-mini-4k-instruct-exl2 --revision 6_5 --local-dir Phi-3-mini-4k-instruct-exl2-6.5 --local-dir-use-symlinks False