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="waldie/Mistral-Pygmalion-7b-4bpw-h6-exl2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("waldie/Mistral-Pygmalion-7b-4bpw-h6-exl2")
model = AutoModelForMultimodalLM.from_pretrained("waldie/Mistral-Pygmalion-7b-4bpw-h6-exl2")
Quick Links

quant of Delcos' MistralPy-7b

python3 convert.py \
    -i /input/Delcos_Mistral-Pygmalion-7b/ \
    -c /input/wikitext/0000.parquet \
    -o /output/temp/ \
    -cf /output/4bpw/ \
    -b 4.0 \
    -hb 6
Downloads last month
15
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support