jerryzh168/Meta-Llama-3-8B-torchao-int4_weight_only-gs_128. It has been quantized using int4_weight_only quantization with torchao.1from transformers import AutoModel
2
3model = AutoModel.from_pretrained("jerryzh168/Meta-Llama-3-8B-torchao-int4_weight_only-gs_128")