medmekk/Llama-3.1-8B-Instruct-torchao-int8_weight_only. It has been quantized using int8_weight_only quantization with torchao.1from transformers import AutoModel
2
3model = AutoModel.from_pretrained("medmekk/Llama-3.1-8B-Instruct-torchao-int8_weight_only")