How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf rcmorano/Qwen3.8-27B-ROCMFPX:
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "rcmorano/Qwen3.8-27B-ROCMFPX:" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

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
2,109
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
(8)
this model