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

MiniCPM5-1B-MegaMerge

Weight delta diff merge of 39 MiniCPM5-1B fine-tuned variants.

Files

  • model.safetensors - BF16 safetensors (2.16 GB)
  • gguf/MiniCPM5-1B-MegaMerge-F16.gguf - Full precision GGUF
  • gguf/MiniCPM5-1B-MegaMerge-Q8_0.gguf - 8-bit quantized GGUF
  • gguf/MiniCPM5-1B-MegaMerge-Q4_K_M.gguf - 4-bit quantized GGUF
Downloads last month
641
Safetensors
Model size
1B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for MC7ever/MiniCPM5-1B-MegaMerge

Quantized
(92)
this model