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

pipe = pipeline("feature-extraction", model="Anbeeld/Qwen3.6-27B-DFlash-GGUF", trust_remote_code=True)
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Anbeeld/Qwen3.6-27B-DFlash-GGUF", trust_remote_code=True, device_map="auto")
Quick Links

Qwen 3.6 27B DFlash GGUF

llama.cpp quantizations of z-lab DFlash draft model for Qwen 3.6 27B.

Downloads last month
2,694
GGUF
Model size
2B params
Architecture
dflash
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for Anbeeld/Qwen3.6-27B-DFlash-GGUF

Quantized
(18)
this model