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 SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
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 "SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K" \
  --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

Qwen3.6-Solidity-27B-GGUF

This repository contains GGUF quantized versions of samscrack/Qwen3.6-Solidity-27B, a model specifically fine-tuned for Solidity development, smart contract auditing, and blockchain security.

Available Files

I have provided multiple quantization levels to balance performance and resource requirements:

Filename Method Bits Size Description
Qwen3.6-Solidity-27B-Q6_K.gguf Q6_K 6 ~22.5 GB Balanced: Extremely low loss, near-identical to FP16.
Qwen3.6-Solidity-27Bgguf full 16 ~51.0 G Balanced: Full quality.

Usage

These files are compatible with any client supporting llama.cpp, including:

  • LM Studio
  • Ollama
  • Text-Generation-WebUI
  • LocalAI

Prompt Template (Qwen)

This model follows the ChatML format. For best results, use:

<|im_start|>system
You are a senior Solidity security researcher and expert developer.<|im_end|>
<|im_start|>user
{your_prompt}<|im_end|>
<|im_start|>assistant
Downloads last month
54
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

6-bit

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

Model tree for SoftDream11/Qwen3.6-Solidity-27B-GGUF

Base model

Qwen/Qwen3.6-27B
Quantized
(2)
this model

Datasets used to train SoftDream11/Qwen3.6-Solidity-27B-GGUF