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

Attn: Q4_K

Experts: IQ2_S

Please refer to unsloth for running this model.

./llama.cpp/llama-quantize --imatrix /work/yanzhi_group/models/unsloth/Qwen3-235B-A22B-GGUF/imatrix_unsloth.dat --keep-split /work/yanzhi_group/models/unsloth/Qwen3-235B-A22B-GGUF/BF16/Qwen3-235B-A22B-BF16-00001-of-00010.gguf /scratch/xie.yany/Qwen/Qwen3-235B-A22B-IQ2_S/Qwen3-235B-A22B-IQ2_S.gguf IQ2_S
Downloads last month
25
GGUF
Model size
235B params
Architecture
qwen3moe
Hardware compatibility
Log In to add your hardware

2-bit

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

Model tree for tflsxyy/Qwen3-235B-A22B-IQ2_S

Quantized
(55)
this model