How to use EdBerg/gleanings_model_llama32 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EdBerg/gleanings_model_llama32", dtype="auto")