Just plain llama-quantized version of Unsloth's GGUFs :)

My llama-swap conf for Q4_0_ROCMFP4_COHERENT:

    "qwen38":
        name: "qwen38"
        env:
            - "MODEL_ID=qwen38"
        filters:
            stripParams: "temperature, top_k, top_p, repeat_penalty, min_p, presence_penalty"
            setParamsByID:
                "${MODEL_ID}:low-reasoning":
                    chat_template_kwargs:
                        reasoning_effort: low
                "${MODEL_ID}:med-reasoning":
                    chat_template_kwargs:
                        reasoning_effort: medium
                "${MODEL_ID}:instruct-nothink":
                    temperature: 0.7
                    top_p: 0.8
                    min_p: 0.0
                    presence_penalty: 1.5
                    repeat_penalty: 1.0
                    chat_template_kwargs:
                        enable_thinking: false
                        preserve_thinking: false

                "${MODEL_ID}:reasoning-nothink":
                    temperature: 0.85
                    chat_template_kwargs:
                        enable_thinking: false
                        preserve_thinking: false
        proxy: http://host.docker.internal:${PORT}
        cmdStop: docker stop rocmfpx-docker-rocm-llama-${PORT}
        cmd: |
             ${rocmfpx-docker-rocm-llama}
             --model /mnt/models/Qwen3.8-27B-ROCMFPX/Qwen3.8-27B-Q4_0_ROCMFP4_COHERENT.gguf
             --ctx-size 262144
             --ctx-checkpoints 32
             --checkpoint-every-n-tokens 8192
             --seed 69420
             --temperature 1.0
             --top-p 0.95
             --top-k 20
             --min-p 0.0
             --presence_penalty 0.0
             --repeat_penalty 1.0
             --spec-draft-type-k q4_0
             --spec-draft-type-v q4_0
             --cache-type-k f16
             --cache-type-v f16
             --spec-type draft-mtp
             --spec-draft-ngl all
             --spec-draft-n-max 5
             --spec-draft-threads 16
             --spec-draft-threads-batch 32
             --spec-draft-poll 1
             --spec-draft-poll-batch 1
             --chat-template-kwargs '{"preserve_thinking": true}'
Downloads last month
1,610
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

2-bit

4-bit

8-bit

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

Model tree for rcmorano/Qwen3.8-27B-ROCMFPX

Base model

Qwen/Qwen3.8-27B
Quantized
(7)
this model