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="kingbri/airolima-l2-13b-gpt4-2.0-GPTQ")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("kingbri/airolima-l2-13b-gpt4-2.0-GPTQ")
model = AutoModelForCausalLM.from_pretrained("kingbri/airolima-l2-13b-gpt4-2.0-GPTQ", device_map="auto")
Quick Links

This is a GPTQ quantized version of airolima-l2-13b-gpt4-2.0

Please refer to the original creator for more information.

Branches:

  • main: 4 bits, groupsize 128, act order false
  • 4bit-128g-actorder: 4 bits, groupsize 128, act order true
  • 4bit-32g-actorder: 4 bits, groupsize 32, act order true
Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support