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

Model Details and Specifications:

This release contains:
Llama.cpp and Ollama compatible GGUF converted and Quantized model files (Compatible with both Ollama, and Llama.cpp)
(More information and an updates to the ModelCard (this page) coming soon!)

Quantized GGUF version of:

  • jcathuriges/tigerlily-r3
    (by inflatebot)

Original Model Link:


GGUF Conversion and Quantization Details:

Software used to convert Safetensors to GGUF:

Software used to create Quantized GGUF Files:

Specific GitHub Commit Point:

Converted to GGUF and Quantized by:


Original Info

(Crossposted from the link in the above section: "Model Details"):

tigerlily-r3

This is a merge of pre-trained language models created using mergekit.

- Merge Details -
Bumped Tiger up a skosh from (unpublished) R2. Mix seems good now. Project continues. Merge Method This model was merged using the Task Arithmetic merge method using grimjim/gemma-3-12b-it-norm-preserved-biprojected-abliterated as a base. Models Merged The following models were included in the merge:

tame-tiger
withered-calla
Downloads last month
61
GGUF
Model size
12B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for EnlistedGhost/Tigerlily-R3-GGUF