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

ubs_autotest-4bit (GGUF Q4_K_M)

4-bit GGUF quantization of Catter58/ubs_autotest, a fine-tune of Qwen3.6-35B-A3B (MoE).

Files

File Quant Size
ubs_autotest-Q4_K_M.gguf Q4_K_M see repo

How it was made

python llama.cpp/convert_hf_to_gguf.py ./ubs_autotest --outfile ubs_autotest-bf16.gguf --outtype bf16
llama-quantize ubs_autotest-bf16.gguf ubs_autotest-Q4_K_M.gguf Q4_K_M

Architecture qwen35moe requires a recent llama.cpp build.

Usage

llama.cpp:

llama-cli -m ubs_autotest-Q4_K_M.gguf -p "Hello"

Ollama:

ollama run hf.co/Catter58/ubs_autotest-4bit:Q4_K_M

Note

The source model is multimodal (image-text-to-text). This GGUF contains the text weights only; the vision encoder is not included.

Downloads last month
16
GGUF
Model size
36B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for Catter58/ubs_autotest-4bit

Quantized
(1)
this model