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

本仓库为被毁号删库的 Murasaki 模型部分量化 gguf 文件备份

  • Murasaki-4B-v0.3-Q6_K.gguf
  • Murasaki-8B-v0.2-Q6_K.gguf
  • Murasaki-14B-v0.2-IQ4_XS.gguf

感谢群友 @RSDWM 补档以下版本gguf

  • Murasaki-14B-v0.2-Q6_K.gguf
  • Murasaki-14B-v0.2-f16.gguf

等我雨声大哥满血回归发布v0.4好吧

Downloads last month
176
GGUF
Model size
15B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support