Instructions to use Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF with 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 Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
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 Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
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 Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF with Ollama:
ollama run hf.co/Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF with Docker Model Runner:
docker model run hf.co/Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
- Lemonade
How to use Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.furina-qwen3.6-27b-merged-2.0-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M
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 "Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:Q4_K_M" \ --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"
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent# Add to ~/.pi/agent/models.json:
{
"providers": {
"llama-cpp": {
"baseUrl": "http://localhost:8080/v1",
"api": "openai-completions",
"apiKey": "none",
"models": [
{
"id": "Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF:"
}
]
}
}
}Run Pi
# Start Pi in your project directory:
pifurina-qwen3.6-27b-merged-2.0-GGUF
This is a quantized GGUF version of the original model hutaobentao/furina-qwen3.6-27b-merged-2.0.
The quantization was performed locally (compiled on Apple Silicon M3 Max) to provide the community with efficient, offline-ready files for local inference, as the original author stated they did not have the hardware resources to quantize it themselves.
Original Model Information & Author Notes
- Original Author: HuTaoDeDog / hutaobentao
- Base Model: Qwen/Qwen3.6-27B
- Model Characteristics: The original author injected a full prompt and dataset for roleplay purposes. Note from the author: “It might be slightly mechanical because it is a smaller 27B model.”
- Contact the Original Author: If you have questions about the base model, the author prefers contact via the Modelscope China Platform (modelscope.cn) under the username HuTaoDeDog, as they might not check Hugging Face regularly.
Provided Files
This repository contains the model in GGUF format, which is ideal for CPU inference and Apple Metal / unified memory setups.
Provided Files
This repository contains the model in GGUF format, which is ideal for CPU inference and Apple Metal / unified memory setups.
This repository contains multiple GGUF variants to suit different hardware capabilities:
furina-qwen3.6-27b-f16.gguf(Uncompressed / 16-bit): The full-precision model converted directly from the Safetensors without any quality loss. It requires substantial unified memory/RAM (around 54 GB).furina-qwen3.6-27b-Q8_0.gguf(8-bit): Excellent quality, virtually indistinguishable from F16, but significantly smaller. Recommended if you have enough memory for it.furina-qwen3.6-27b-Q6_K.gguf(6-bit): A great high-end compromise, retaining almost all nuances of the model while being memory efficient.furina-qwen3.6-27b-Q4_K_M.gguf(4-bit): Recommended for most users. The standard choice for local inference. It strikes the best balance between small file size, very fast text generation, and almost unnoticeable quality degradation.
How to run
You can use these GGUF files with any compatible local UI or CLI tool, such as:
Disclaimer: I am not the creator of the original model or the fine-tuning dataset. I only provide these GGUF files for the community to run the model locally.
- Downloads last month
- 251
Model tree for Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF
Base model
Qwen/Qwen3.6-27B
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp# Start a local OpenAI-compatible server: llama serve -hf Earlychildhoodeducation/furina-qwen3.6-27b-merged-2.0-GGUF: