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 techhermit/qwen35-slice14b-release:Q6_K
# Run inference directly in the terminal:
llama cli -hf techhermit/qwen35-slice14b-release:Q6_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf techhermit/qwen35-slice14b-release:Q6_K
# Run inference directly in the terminal:
llama cli -hf techhermit/qwen35-slice14b-release: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 techhermit/qwen35-slice14b-release:Q6_K
# Run inference directly in the terminal:
./llama-cli -hf techhermit/qwen35-slice14b-release: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 techhermit/qwen35-slice14b-release:Q6_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf techhermit/qwen35-slice14b-release:Q6_K
Use Docker
docker model run hf.co/techhermit/qwen35-slice14b-release:Q6_K
Quick Links

techhermit/qwen35-slice14b-release

This repository contains the distilled adapter and optional quantized export for the sliced 14B base checkpoint.

Provenance

  • Base repo: techhermit/qwen35-slice14b-base
  • Base model: Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled
  • Best adapter run: external-behavior-expanded-plus-run6
  • Best eval perplexity: 2.3351974012631542
  • Quantized export: release_repo-q8_0.gguf

Usage

Load the base repo first, then apply the adapter from this repo.

  • Base repo: techhermit/qwen35-slice14b-base
  • Quantized export: release_repo-q8_0.gguf

For direct inference, use the GGUF export with llama.cpp. For PEFT-based loading or further training, load the base repo and apply the adapter from this repo on top of it.

Downloads last month
3
GGUF
Model size
15B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support