Transformers
GGUF
English
code
python
CLI
local llm
privacy
ollama
developer-tools
knowledge-distillation
qwen3
Instructions to use distil-labs/distil-commit-bot-ts-Qwen3-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use distil-labs/distil-commit-bot-ts-Qwen3-0.6B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("distil-labs/distil-commit-bot-ts-Qwen3-0.6B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use distil-labs/distil-commit-bot-ts-Qwen3-0.6B 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 distil-labs/distil-commit-bot-ts-Qwen3-0.6B # Run inference directly in the terminal: llama cli -hf distil-labs/distil-commit-bot-ts-Qwen3-0.6B
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf distil-labs/distil-commit-bot-ts-Qwen3-0.6B # Run inference directly in the terminal: llama cli -hf distil-labs/distil-commit-bot-ts-Qwen3-0.6B
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 distil-labs/distil-commit-bot-ts-Qwen3-0.6B # Run inference directly in the terminal: ./llama-cli -hf distil-labs/distil-commit-bot-ts-Qwen3-0.6B
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 distil-labs/distil-commit-bot-ts-Qwen3-0.6B # Run inference directly in the terminal: ./build/bin/llama-cli -hf distil-labs/distil-commit-bot-ts-Qwen3-0.6B
Use Docker
docker model run hf.co/distil-labs/distil-commit-bot-ts-Qwen3-0.6B
- LM Studio
- Jan
- Ollama
How to use distil-labs/distil-commit-bot-ts-Qwen3-0.6B with Ollama:
ollama run hf.co/distil-labs/distil-commit-bot-ts-Qwen3-0.6B
- Unsloth Desktop
- Docker Model Runner
How to use distil-labs/distil-commit-bot-ts-Qwen3-0.6B with Docker Model Runner:
docker model run hf.co/distil-labs/distil-commit-bot-ts-Qwen3-0.6B
- Lemonade
How to use distil-labs/distil-commit-bot-ts-Qwen3-0.6B with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull distil-labs/distil-commit-bot-ts-Qwen3-0.6B
Run and chat with the model
lemonade run user.distil-commit-bot-ts-Qwen3-0.6B-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!