initial commit 9efaabd verified
Wajdi Ghezaiel commited on
How to use linagora/Labess-7b-chat with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("linagora/Labess-7b-chat", device_map="auto")