Instructions to use mradermacher/TikZilla-3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/TikZilla-3B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/TikZilla-3B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/TikZilla-3B-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 mradermacher/TikZilla-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/TikZilla-3B-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 mradermacher/TikZilla-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/TikZilla-3B-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 mradermacher/TikZilla-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/TikZilla-3B-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 mradermacher/TikZilla-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/TikZilla-3B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/TikZilla-3B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/TikZilla-3B-GGUF with Ollama:
ollama run hf.co/mradermacher/TikZilla-3B-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/TikZilla-3B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/TikZilla-3B-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mradermacher/TikZilla-3B-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/TikZilla-3B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/TikZilla-3B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/TikZilla-3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/TikZilla-3B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.TikZilla-3B-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/TikZilla-3B-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/TikZilla-3B-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mradermacher/TikZilla-3B-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/TikZilla-3B-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/TikZilla-3B-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mradermacher/TikZilla-3B-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
uploaded from leia
Browse files- .gitattributes +12 -0
- TikZilla-3B.IQ4_XS.gguf +3 -0
- TikZilla-3B.Q2_K.gguf +3 -0
- TikZilla-3B.Q3_K_L.gguf +3 -0
- TikZilla-3B.Q3_K_M.gguf +3 -0
- TikZilla-3B.Q3_K_S.gguf +3 -0
- TikZilla-3B.Q4_K_M.gguf +3 -0
- TikZilla-3B.Q4_K_S.gguf +3 -0
- TikZilla-3B.Q5_K_M.gguf +3 -0
- TikZilla-3B.Q5_K_S.gguf +3 -0
- TikZilla-3B.Q6_K.gguf +3 -0
- TikZilla-3B.Q8_0.gguf +3 -0
- TikZilla-3B.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
TikZilla-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
TikZilla-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
TikZilla-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
TikZilla-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
TikZilla-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
TikZilla-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
TikZilla-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
TikZilla-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
TikZilla-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
TikZilla-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
TikZilla-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
TikZilla-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
TikZilla-3B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:918054982f858e26bd21d9a30653eeba13ed8dde3be276e2fa7f4337777cd466
|
| 3 |
+
size 1753185344
|
TikZilla-3B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c299cb0845a601ba4c950ca8db0d9e7411c1df7df89d8c958e95bb7d2e564807
|
| 3 |
+
size 1274756160
|
TikZilla-3B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fb025ecb2c6bc110b0774d14aefaa180e57c2ccc047186bac0269ff57fd1182
|
| 3 |
+
size 1707392064
|
TikZilla-3B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8be09ceb198d153997ec6b1f8d888a759d9ae0787d0a5eef34a52430a190258
|
| 3 |
+
size 1590475840
|
TikZilla-3B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13d6dd0824cdd0d6c4906dfe1b9005c9e0d208d1a7f6cb62e0164aae30071494
|
| 3 |
+
size 1454357568
|
TikZilla-3B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e6cc183a447e868fd5c40eb2b65a3d50c217148728a4aa139225456e0087c67
|
| 3 |
+
size 1929903168
|
TikZilla-3B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be3e345cc471ad94171fada4e5b689c882984a50857b58a0642d292c42e3045b
|
| 3 |
+
size 1834384448
|
TikZilla-3B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08150ba30f0115e468653e0f4b60d03c47cf6ed6b8ff011f08525499408fc892
|
| 3 |
+
size 2224815168
|
TikZilla-3B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34f232232e708b1b76331d32edbeb38b5547071d782846d0af919a43b6f43826
|
| 3 |
+
size 2169666624
|
TikZilla-3B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f7ba758da45a0f71e8e55f50f37be46f7e4737d63209130ca0f63350c478419
|
| 3 |
+
size 2538159168
|
TikZilla-3B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0d03445c918c3bd039a4843ea2510304c013c42f311aab4522cd832a895d506
|
| 3 |
+
size 3285476416
|
TikZilla-3B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6f2bef46228260d31a758343ea81cc8add3cf77b16203077c3deaf325c67455
|
| 3 |
+
size 6178317376
|