Instructions to use Srivatsormylord/mafia-model-q4 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 Srivatsormylord/mafia-model-q4 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 Srivatsormylord/mafia-model-q4 # Run inference directly in the terminal: llama cli -hf Srivatsormylord/mafia-model-q4
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Srivatsormylord/mafia-model-q4 # Run inference directly in the terminal: llama cli -hf Srivatsormylord/mafia-model-q4
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 Srivatsormylord/mafia-model-q4 # Run inference directly in the terminal: ./llama-cli -hf Srivatsormylord/mafia-model-q4
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 Srivatsormylord/mafia-model-q4 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Srivatsormylord/mafia-model-q4
Use Docker
docker model run hf.co/Srivatsormylord/mafia-model-q4
- LM Studio
- Jan
- Ollama
How to use Srivatsormylord/mafia-model-q4 with Ollama:
ollama run hf.co/Srivatsormylord/mafia-model-q4
- Unsloth Desktop
- Docker Model Runner
How to use Srivatsormylord/mafia-model-q4 with Docker Model Runner:
docker model run hf.co/Srivatsormylord/mafia-model-q4
- Lemonade
How to use Srivatsormylord/mafia-model-q4 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Srivatsormylord/mafia-model-q4
Run and chat with the model
lemonade run user.mafia-model-q4-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
gemma-2-2b-it - GGUF
Quantized GGUF versions of Srivatsormylord/mafia-model
Quantization Methods
Q3_K_M- N/A
Usage
With llama.cpp:
llama-cli -m gemma-2-2b-it-Q4_K_M.gguf -p "Your prompt here"
With Ollama:
Create a Modelfile:
FROM ./gemma-2-2b-it-Q4_K_M.gguf
Then: ollama create my-gemma -f Modelfile
With LM Studio:
Download the GGUF file and import it directly.
- Downloads last month
- 10
Hardware compatibility
Log In to add your hardware
We're not able to determine the quantization variants.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for Srivatsormylord/mafia-model-q4
Base model
Srivatsormylord/mafia-model