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

gate369/mm4.star-Q5_K_S-GGUF

This model was converted to GGUF format from liminerity/mm4.star using llama.cpp. Refer to the original model card for more details on the model.

Use with llama.cpp

brew install ggerganov/ggerganov/llama.cpp
llama-cli --hf-repo gate369/mm4.star-Q5_K_S-GGUF --model mm4.star.Q5_K_S.gguf -p "The meaning to life and the universe is "
llama-server --hf-repo gate369/mm4.star-Q5_K_S-GGUF --model mm4.star.Q5_K_S.gguf -c 2048
Downloads last month
1
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

5-bit

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

Model tree for gate369/mm4.star-Q5_K_S-GGUF

Unable to build the model tree, the base model loops to the model itself. Learn more.