How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf quantflex/MiMo-7B-RL-nomtp-GGUF:
# Run inference directly in the terminal:
llama-cli -hf quantflex/MiMo-7B-RL-nomtp-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf quantflex/MiMo-7B-RL-nomtp-GGUF:
# Run inference directly in the terminal:
llama-cli -hf quantflex/MiMo-7B-RL-nomtp-GGUF:
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 quantflex/MiMo-7B-RL-nomtp-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf quantflex/MiMo-7B-RL-nomtp-GGUF:
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 quantflex/MiMo-7B-RL-nomtp-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf quantflex/MiMo-7B-RL-nomtp-GGUF:
Use Docker
docker model run hf.co/quantflex/MiMo-7B-RL-nomtp-GGUF:
Quick Links

---- NOTE -----

I have deleted the mtp layers in order to make it work with llama.cpp. Quality might be degraded.

A proper implementation would be better, but this will work until that is implemented.

For more information feel free to open a discussion here.

Here is a tutorial on how I made these quants without mtp:

https://huggingface.co/XiaomiMiMo/MiMo-7B-RL/discussions/5

---- NOTE -----

GGUF Quants for: XiaomiMiMo/MiMo-7B-RL

Model by: XiaomiMiMo

Quants by: quantflex

Run with llama.cpp:

./llama-cli -m MiMo-7B-RL-nomtp-Q5_K_M.gguf -cnv

Downloads last month
78
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

32-bit

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

Model tree for quantflex/MiMo-7B-RL-nomtp-GGUF

Quantized
(3)
this model