Instructions to use tensorblock/MiniMerlin-3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/MiniMerlin-3B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/MiniMerlin-3B-GGUF", filename="MiniMerlin-3B-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/MiniMerlin-3B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/MiniMerlin-3B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MiniMerlin-3B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/MiniMerlin-3B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/MiniMerlin-3B-GGUF:Q2_K
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 tensorblock/MiniMerlin-3B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/MiniMerlin-3B-GGUF:Q2_K
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 tensorblock/MiniMerlin-3B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/MiniMerlin-3B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/MiniMerlin-3B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/MiniMerlin-3B-GGUF with Ollama:
ollama run hf.co/tensorblock/MiniMerlin-3B-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/MiniMerlin-3B-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tensorblock/MiniMerlin-3B-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tensorblock/MiniMerlin-3B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/MiniMerlin-3B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/MiniMerlin-3B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/MiniMerlin-3B-GGUF:Q2_K
- Lemonade
How to use tensorblock/MiniMerlin-3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/MiniMerlin-3B-GGUF:Q2_K
Run and chat with the model
lemonade run user.MiniMerlin-3B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- MiniMerlin-3B-Q3_K_L.gguf +0 -3
- MiniMerlin-3B-Q3_K_M.gguf +0 -3
- MiniMerlin-3B-Q3_K_S.gguf +0 -3
- MiniMerlin-3B-Q4_0.gguf +0 -3
- MiniMerlin-3B-Q4_K_M.gguf +0 -3
- MiniMerlin-3B-Q4_K_S.gguf +0 -3
- MiniMerlin-3B-Q5_0.gguf +0 -3
- MiniMerlin-3B-Q5_K_M.gguf +0 -3
- MiniMerlin-3B-Q5_K_S.gguf +0 -3
- MiniMerlin-3B-Q6_K.gguf +0 -3
- MiniMerlin-3B-Q8_0.gguf +0 -3
MiniMerlin-3B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:09b46018f9dc39adcb5abdb0effe6e03efe580875de8217e9c5efc7898dba921
|
| 3 |
-
size 1631048704
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d2649fb62ae0324ce826cad1a2a0ae7a908cd46679be8817c9fed2b0dd3d4d73
|
| 3 |
-
size 1504433152
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:349f0e446c5c9e3702dc17b1afbdd1db6986a258dd80494dbb1a3c937d27377c
|
| 3 |
-
size 1358550016
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4fea54d13f2b89d912764341fbe8a9b966e8c1b740d152cb24cdab0f107d2e54
|
| 3 |
-
size 1739602432
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:60b03d7829d8f8f8dd9dae1e631b0a147a70ec5c0b221bece1bab222e66294f1
|
| 3 |
-
size 1846655488
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2bf4143911dff97786167d47b49861b87ba9ad7abc590a121dfad32e9006e7fa
|
| 3 |
-
size 1753758208
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:efc2507fc76b03e93cbbf7de499b9605ee7112777f0a0059dfe347f1063a701e
|
| 3 |
-
size 2098240000
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:802c66caa472284189addb352de7eb94d8751875bccdeb47217b5f29192bad7c
|
| 3 |
-
size 2153388544
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ea62a836442bb979fdb4dda0536a90a4b7fc93a0727e4331f1971d10bf8afd06
|
| 3 |
-
size 2098240000
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bf117ad10b13871aed79b1e2d32e663d168945af89501c1bb0830d0aea3fab86
|
| 3 |
-
size 2479292416
|
|
|
|
|
|
|
|
|
|
|
|
MiniMerlin-3B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:85b7bdb247cb6f58ffa3e3542ea1c8addaa6ddc8766dfa9df4bbf7f64c3ed846
|
| 3 |
-
size 3210769408
|
|
|
|
|
|
|
|
|
|
|
|