Instructions to use TheDrummer/Tiger-Gemma-9B-v1-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 TheDrummer/Tiger-Gemma-9B-v1-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 TheDrummer/Tiger-Gemma-9B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf TheDrummer/Tiger-Gemma-9B-v1-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 TheDrummer/Tiger-Gemma-9B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf TheDrummer/Tiger-Gemma-9B-v1-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 TheDrummer/Tiger-Gemma-9B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf TheDrummer/Tiger-Gemma-9B-v1-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 TheDrummer/Tiger-Gemma-9B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf TheDrummer/Tiger-Gemma-9B-v1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/TheDrummer/Tiger-Gemma-9B-v1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use TheDrummer/Tiger-Gemma-9B-v1-GGUF with Ollama:
ollama run hf.co/TheDrummer/Tiger-Gemma-9B-v1-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use TheDrummer/Tiger-Gemma-9B-v1-GGUF with Docker Model Runner:
docker model run hf.co/TheDrummer/Tiger-Gemma-9B-v1-GGUF:Q4_K_M
- Lemonade
How to use TheDrummer/Tiger-Gemma-9B-v1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull TheDrummer/Tiger-Gemma-9B-v1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Tiger-Gemma-9B-v1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Follows directions very well
In some of my RP tests (with the AI playing a persona) Tiger did really great at following directions. For example one of the rules I have in the system message is that the assistant should never speak for anyone other than the assistant's character. Over the course of 10,000 tokens it only spoke for another character once or twice. But it wasn't any large sentences.
It also does well with ERP. Doesn't get anatomy wrong almost at all. I asked it to write a custom story about a person becoming someone else and it handled the transition really well. Most models start to fail with complexities like that.
My only wish for this model is for the context to be bigger like 32k. This is definitely one of my favorites. I guess I would also like some more flavour to the language like Hathor_Tahsin-L3-8B. But this model follows system messages much better than Hathor.
9/10 for me. (Disregarding 8k context)