Upload 9d879fc
yhyu13 commited on
How to use Yhyu13/BiLLa-7B-LLM-gptq-4bit with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Yhyu13/BiLLa-7B-LLM-gptq-4bit", device_map="auto")