How to use jebish7/llama3.2-adapt with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jebish7/llama3.2-adapt", dtype="auto")