Instructions to use Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT", filename="mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00001-of-00019.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K # Run inference directly in the terminal: llama-cli -hf Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K # Run inference directly in the terminal: llama-cli -hf Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_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 Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K # Run inference directly in the terminal: ./llama-cli -hf Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_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 Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
Use Docker
docker model run hf.co/Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
- LM Studio
- Jan
- Ollama
How to use Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT with Ollama:
ollama run hf.co/Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
- Unsloth Studio
How to use Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT to start chatting
- Pi
How to use Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
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 Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT with Docker Model Runner:
docker model run hf.co/Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
- Lemonade
How to use Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Thireus/mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
Run and chat with the model
lemonade run user.mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_SPLIT-Q2_K
List all available models
lemonade list
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00002-of-00019.gguf:6b4c495a87d56c9e4b61074724c6b10c65f6ee158bd73433ba03bbd068db0659:output.weight:shape=(5120, 248320):dtype=iq2_ks:elements=1271398400:bytes=348144640 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00003-of-00019.gguf:46658b4581069c8f1abc46945349a0b5d01e8dd76e9a6e3da41c9e6d350540d2:token_embd.weight:shape=(5120, 248320):dtype=iq2_ks:elements=1271398400:bytes=348144640 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00004-of-00019.gguf:ce7a072fd26af465859d4849303c6d47ff5af9ebc99eb4ede177d77c720e94e4:blk.64.ffn_down.weight:shape=(17408, 5120):dtype=iq2_ks:elements=89128960:bytes=24381440 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00005-of-00019.gguf:4ecfe2ea1cfb2f32c3d879f30650af8cba7ec6dc6029ae36dfa10d10f25e5cab:blk.64.ffn_gate.weight:shape=(5120, 17408):dtype=iq2_ks:elements=89128960:bytes=24406016 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00006-of-00019.gguf:a0f4f6f34a54581b38a7cfb2b647da11fe40bc71aea76fc59fc167a199594a13:blk.64.ffn_up.weight:shape=(5120, 17408):dtype=iq2_ks:elements=89128960:bytes=24406016 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00007-of-00019.gguf:3028f712d971cff0d96971d17b97e4a2b5e853b3daa178bed66df8e58846bbc3:blk.64.nextn.eh_proj.weight:shape=(10240, 5120):dtype=iq2_ks:elements=52428800:bytes=14346240 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00008-of-00019.gguf:2a2597216de595acfa5ecdf51e59e3ff53758cf407c5076a59d6d15436372afa:blk.64.attn_q.weight:shape=(5120, 12288):dtype=iq2_ks:elements=62914560:bytes=17227776 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00009-of-00019.gguf:435826b9742539e3628a9b90e4c0edbb09362a3700b5dc3481f72c9dc2ed42ef:blk.64.attn_output.weight:shape=(6144, 5120):dtype=iq2_ks:elements=31457280:bytes=8611840 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00010-of-00019.gguf:4590cfcb507003c61300b1abfd64d9e98e2fa3091d115f4fc5876a11c6851023:output_norm.weight:shape=(5120,):dtype=f32:elements=5120:bytes=20480 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00011-of-00019.gguf:57424507743ab0f420971c731168c70d6a78436f4d9162abd15bb0ea8f5f6617:blk.64.attn_norm.weight:shape=(5120,):dtype=f32:elements=5120:bytes=20480 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00012-of-00019.gguf:d016a77a9d9258dcd2a2be3b3d2bc9625bb767e59d79914e5306033e3fbe40a8:blk.64.post_attention_norm.weight:shape=(5120,):dtype=f32:elements=5120:bytes=20480 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00013-of-00019.gguf:ce65b7f5b2027ce61069856bd806a44a66669dbf9e32f9d2b8786bba1d5ddb4e:blk.64.attn_k_norm.weight:shape=(256,):dtype=f32:elements=256:bytes=1024 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00014-of-00019.gguf:e4ae593261d4ec2b0a368ab75ab7a242299da2b7a8fb071679a9c934354878f8:blk.64.attn_k.weight:shape=(5120, 1024):dtype=iq2_ks:elements=5242880:bytes=1435648 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00015-of-00019.gguf:3bb5caaa495668e3cd629734f66d0b42870a234ba6728467fc0a21c63a04741d:blk.64.attn_q_norm.weight:shape=(256,):dtype=f32:elements=256:bytes=1024 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00016-of-00019.gguf:eef0690cbaf51d4df9de59ee6a14e7b748efaaad269e0fdab2bf572c8f263a19:blk.64.attn_v.weight:shape=(5120, 1024):dtype=iq2_ks:elements=5242880:bytes=1435648 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00017-of-00019.gguf:f2b8b5abd6e5b248120fae9f23ef73bb6c9959ff6914bcf320ea78f4c9b71ebc:blk.64.nextn.shared_head_norm.weight:shape=(5120,):dtype=f32:elements=5120:bytes=20480 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00018-of-00019.gguf:b8fd0bde64470d9653e9846cf0515aef9771d83261961a6e08fdb4bc5b08c385:blk.64.nextn.enorm.weight:shape=(5120,):dtype=f32:elements=5120:bytes=20480 | |
| mtp-Qwen3.5-27B-THIREUS-IQ2_KS-SPECIAL_TENSOR-00019-of-00019.gguf:7edce47fd6bcefa830c40964540b2cde273e99dacdfcdb494da75beb01e98a6c:blk.64.nextn.hnorm.weight:shape=(5120,):dtype=f32:elements=5120:bytes=20480 | |