How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Gryphe/MergeMonster:# Run inference directly in the terminal:
llama-cli -hf Gryphe/MergeMonster: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 Gryphe/MergeMonster:# Run inference directly in the terminal:
./llama-cli -hf Gryphe/MergeMonster: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 Gryphe/MergeMonster:# Run inference directly in the terminal:
./build/bin/llama-cli -hf Gryphe/MergeMonster:Use Docker
docker model run hf.co/Gryphe/MergeMonster:Quick Links
MergeMonster
An unsupervised merging algorithm for Transformers-based language models, using a list of phrases (both good and bad) and a fully automated strategy that strives to decrease (or increase) the probability of these phrases occurring in the final merge.
This repo serves as a place to store various promising quantizations of merges produced by the Merge Monster.
Current variations
- MergeMonster-7b - First model: Mistral 0.1, with the objective to reduce overused GPT style roleplaying phrases.
- MergeMonster-13b - First model: MythoMax, with the objective to reduce overused GPT style roleplaying phrases.
- MergeMonster-Decensored-7b - First model: Mistral 0.1, with the objective to reduce refusals on a global level.
- MergeMonster-Decensored-13b - First model: MythoMax, with the objective to reduce refusals on a global level.
- MergeMonster-WritingStyle-7b - First model: Mistral 0.1, with the singular goal to increase the chance of completing a nicely written roleplaying paragraph.
- Downloads last month
- 111
Hardware compatibility
Log In to add your hardware
4-bit
5-bit
6-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support

Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf Gryphe/MergeMonster:# Run inference directly in the terminal: llama-cli -hf Gryphe/MergeMonster: