How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Yhyu13/open-llama-13b-open-instruct-gptq-4bit")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Yhyu13/open-llama-13b-open-instruct-gptq-4bit")
model = AutoModelForCausalLM.from_pretrained("Yhyu13/open-llama-13b-open-instruct-gptq-4bit", device_map="auto")
Quick Links

GPTQ 4-bit no actor version for compatibility that works in textgen-webui

Generated by using scripts from https://gitee.com/yhyu13/llama_-tools

Original weight : https://huggingface.co/VMware/open-llama-13b-open-instruct

Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support