Upload q8 6fbc95c
Luke B commited on
How to use el-b/llama2-13b-quantized with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("el-b/llama2-13b-quantized", dtype="auto")