Upload model trained with Unsloth 1eb46b7 verified
InferenceLab commited on
How to use deep-div/MediLlama-3.2-LoraAdaptors with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("deep-div/MediLlama-3.2-LoraAdaptors", device_map="auto")