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="roleplaiapp/FuseO1-DeekSeekR1-QwQ-SkyT1-32B-Preview-IQ3_XS-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("roleplaiapp/FuseO1-DeekSeekR1-QwQ-SkyT1-32B-Preview-IQ3_XS-GGUF", dtype="auto")
Quick Links

roleplaiapp/FuseO1-DeekSeekR1-QwQ-SkyT1-32B-Preview-IQ3_XS-GGUF

Repo: roleplaiapp/FuseO1-DeekSeekR1-QwQ-SkyT1-32B-Preview-IQ3_XS-GGUF Original Model: FuseO1-DeekSeekR1-QwQ-SkyT1-32B-Preview Quantized File: FuseO1-DeekSeekR1-QwQ-SkyT1-32B-Preview-IQ3_XS.gguf Quantization: GGUF Quantization Method: IQ3_XS

Overview

This is a GGUF IQ3_XS quantized version of FuseO1-DeekSeekR1-QwQ-SkyT1-32B-Preview

Quantization By

I often have idle GPUs while building/testing for the RP app, so I put them to use quantizing models. I hope the community finds these quantizations useful.

Andrew Webby @ RolePlai.

Downloads last month
7
GGUF
Model size
33B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

3-bit

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