Instructions to use tensorblock/MiniChat-1.5-3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/MiniChat-1.5-3B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/MiniChat-1.5-3B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/MiniChat-1.5-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 tensorblock/MiniChat-1.5-3B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/MiniChat-1.5-3B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/MiniChat-1.5-3B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/MiniChat-1.5-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/MiniChat-1.5-3B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/MiniChat-1.5-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/MiniChat-1.5-3B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/MiniChat-1.5-3B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/MiniChat-1.5-3B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/MiniChat-1.5-3B-GGUF with Ollama:
ollama run hf.co/tensorblock/MiniChat-1.5-3B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/MiniChat-1.5-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/MiniChat-1.5-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/MiniChat-1.5-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/MiniChat-1.5-3B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/MiniChat-1.5-3B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/MiniChat-1.5-3B-GGUF:Q2_K
- Lemonade
How to use tensorblock/MiniChat-1.5-3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/MiniChat-1.5-3B-GGUF:Q2_K
Run and chat with the model
lemonade run user.MiniChat-1.5-3B-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- MiniChat-1.5-3B-Q3_K_L.gguf +0 -3
- MiniChat-1.5-3B-Q3_K_M.gguf +0 -3
- MiniChat-1.5-3B-Q3_K_S.gguf +0 -3
- MiniChat-1.5-3B-Q4_0.gguf +0 -3
- MiniChat-1.5-3B-Q4_K_M.gguf +0 -3
- MiniChat-1.5-3B-Q4_K_S.gguf +0 -3
- MiniChat-1.5-3B-Q5_0.gguf +0 -3
- MiniChat-1.5-3B-Q5_K_M.gguf +0 -3
- MiniChat-1.5-3B-Q5_K_S.gguf +0 -3
- MiniChat-1.5-3B-Q6_K.gguf +0 -3
- MiniChat-1.5-3B-Q8_0.gguf +0 -3
MiniChat-1.5-3B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a9a1acf9007edb3f0e2d83fc6e40d7c1efcbfcab68b1e7667229f0b390fe8775
|
| 3 |
-
size 1631049056
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:942d9e33fe2b999c6b6162144b2c9abb8943b1c4ab9e60457766b037c7937db8
|
| 3 |
-
size 1504433504
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:15c70f2fc702b6a6e9f6af18b937e5acbb3cc2c29a14520299c2fb2e9fc222d3
|
| 3 |
-
size 1358550368
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9a1bf8332b25e524e2dd527f6d782aa9df83a14c2fcf05cd021b26621b161ee8
|
| 3 |
-
size 1739602784
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7e00a42f708684aeebe385da18dc12015b8c92f1c9a020125e8c743008d73b3b
|
| 3 |
-
size 1846655840
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1e1f0cb32618e4d46819743ff2cbd5140ad5408ee9c1ee5d80d079d8f995eaba
|
| 3 |
-
size 1753758560
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a92d035ccdb150546071c9a4f9555428550d2ea0f93f8332062e36f8e2b6fbb8
|
| 3 |
-
size 2098240352
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e3b7c7dc5237ebbe69ce05d36fab4619f33676fa79b5096d1c743688b8288437
|
| 3 |
-
size 2153388896
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:695df6b1ae59d70be61841bd347a7ffdc7aa5ff5914068ff104841eeb07ef54e
|
| 3 |
-
size 2098240352
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b19329873fb64d44e4febe18f10ff79d6cf7e5ba1231f4bdc0741105274a2716
|
| 3 |
-
size 2479292768
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-1.5-3B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:caeca1eb17386c7f5d653c04213bdd4f60b60ff54602f891f437fde870ac9be4
|
| 3 |
-
size 3210769760
|
|
|
|
|
|
|
|
|
|
|
|