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