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="Komposter43/saiga2_70b_lora-AWQ")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Komposter43/saiga2_70b_lora-AWQ")
model = AutoModelForCausalLM.from_pretrained("Komposter43/saiga2_70b_lora-AWQ", device_map="auto")
Quick Links

Saiga2 70B - AWQ, Russian LLaMA2-based chatbot

Description

This repo contains AWQ model files for Saiga2 70B

About AWQ

AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization. Compared to GPTQ, it offers faster Transformers-based inference.

It is also now supported by continuous batching server vLLM, allowing use of AWQ models for high-throughput concurrent inference in multi-user server scenarios. Note that, at the time of writing, overall throughput is still lower than running vLLM with unquantised models, however using AWQ enables using much smaller GPUs which can lead to easier deployment and overall cost savings. For example, a 70B model can be run on 1 x 48GB GPU instead of 2 x 80GB.

Downloads last month
7
Safetensors
Model size
10B params
Tensor type
I32
·
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Komposter43/saiga2_70b_lora-AWQ

Finetuned
(1)
this model