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

danielus/MermaidSolar-Q6_K-GGUF

This model was converted to GGUF format from TroyDoesAI/MermaidSolar 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 danielus/MermaidSolar-Q6_K-GGUF --model mermaidsolar.Q6_K.gguf -p "The meaning to life and the universe is "
llama-server --hf-repo danielus/MermaidSolar-Q6_K-GGUF --model mermaidsolar.Q6_K.gguf -c 2048
Downloads last month
7
GGUF
Model size
11B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

6-bit

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