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="tssst/phi-4-exl2")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("tssst/phi-4-exl2", dtype="auto")
Quick Links

This repo contains EXL2 quants of microsoft/phi-4.

Find the original model card here.

Base repo only contains the measurement file, see revisions for the quants.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for tssst/phi-4-exl2

Base model

microsoft/phi-4
Quantized
(156)
this model

Collection including tssst/phi-4-exl2