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: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
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
16-bit
Install from brew
# 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: