How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
# Run inference directly in the terminal:
llama cli -hf SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
# Run inference directly in the terminal:
llama cli -hf SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
# Run inference directly in the terminal:
./llama-cli -hf SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
Use Docker
docker model run hf.co/SoftDream11/Qwen3.6-Solidity-27B-GGUF:Q6_K
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
32
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