Upload model 20de280 verified
afnan qasim commited on
How to use SofiaBianchi/qlora-mistral-quantized with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("SofiaBianchi/qlora-mistral-quantized", device_map="auto")