Image-Text-to-Text
GGUF
English
Image-Text-to-Text
Multimodal
Conversational
12B
Vision
Tigerlily-R3
GGUF
GGML
Ollama
Quantized
Quant
Inflatebot
Llama.cpp
Instructions to use EnlistedGhost/Tigerlily-R3-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use EnlistedGhost/Tigerlily-R3-GGUF with 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 EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M
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:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M
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:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M
Use Docker
docker model run hf.co/EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use EnlistedGhost/Tigerlily-R3-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "EnlistedGhost/Tigerlily-R3-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "EnlistedGhost/Tigerlily-R3-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M
- Ollama
How to use EnlistedGhost/Tigerlily-R3-GGUF with Ollama:
ollama run hf.co/EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use EnlistedGhost/Tigerlily-R3-GGUF with Docker Model Runner:
docker model run hf.co/EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M
- Lemonade
How to use EnlistedGhost/Tigerlily-R3-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull EnlistedGhost/Tigerlily-R3-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Tigerlily-R3-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +7 -0
- Tigerlily-R3-Q2_K.gguf +3 -0
- Tigerlily-R3-Q3_K_S.gguf +3 -0
- Tigerlily-R3-Q4_K_M.gguf +3 -0
- Tigerlily-R3-Q5_K_M.gguf +3 -0
- Tigerlily-R3-Q6_K.gguf +3 -0
- Tigerlily-R3-Q6_K_L.gguf +3 -0
- Tigerlily-R3-Q6_K_XL.gguf +3 -0
.gitattributes
CHANGED
|
@@ -38,3 +38,10 @@ mmproj-Tigerlily-R3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
mmproj-Tigerlily-R3-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
mmproj-Tigerlily-R3-F32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
Tigerlily-R3-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
mmproj-Tigerlily-R3-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
mmproj-Tigerlily-R3-F32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
Tigerlily-R3-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Tigerlily-R3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Tigerlily-R3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Tigerlily-R3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Tigerlily-R3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Tigerlily-R3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Tigerlily-R3-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Tigerlily-R3-Q6_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
Tigerlily-R3-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08cbf5b814bb225bc823496bfe1ea67fdc1113a1c96d0f09084e44683fe6a6f0
|
| 3 |
+
size 4634493792
|
Tigerlily-R3-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e21bc115f1013ccd8f344e44f2673a0f26fd2ae9ffc6b9253b52ec8e2f3db4dd
|
| 3 |
+
size 5324587872
|
Tigerlily-R3-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:273f41d3462e17878b5dd740b48f6a2f8d2be80682cc3f6223975576f84f3626
|
| 3 |
+
size 6935331552
|
Tigerlily-R3-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f8120200b890ab97fb418d71413cdc35e7cfaa404f57bc4304982022d0880ad
|
| 3 |
+
size 8475814752
|
Tigerlily-R3-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecd29dc7815a8e61c7806de78c37cd845b894387bd6f43c2deaf80e237e8f7de
|
| 3 |
+
size 9660809952
|
Tigerlily-R3-Q6_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a24bdc8fd8653813a23776b478ef896efe54965b363670ffdbfa58fb621e6c96
|
| 3 |
+
size 9904663392
|
Tigerlily-R3-Q6_K_XL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86ae0a7be06da9de874d699099f9e12a83ed893094e69e0825966207b072be3c
|
| 3 |
+
size 10848612192
|