How to use Aditya02/Llama-3.2-1B-Instruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Aditya02/Llama-3.2-1B-Instruct", dtype="auto")
How to fix it?