Instructions to use tensorblock/MiniChat-3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/MiniChat-3B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/MiniChat-3B-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/MiniChat-3B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/MiniChat-3B-GGUF", filename="MiniChat-3B-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/MiniChat-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-3B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/MiniChat-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-3B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/MiniChat-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-3B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/MiniChat-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-3B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/MiniChat-3B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/MiniChat-3B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/MiniChat-3B-GGUF with Ollama:
ollama run hf.co/tensorblock/MiniChat-3B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/MiniChat-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-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-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-3B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/MiniChat-3B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/MiniChat-3B-GGUF:Q2_K
- Lemonade
How to use tensorblock/MiniChat-3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/MiniChat-3B-GGUF:Q2_K
Run and chat with the model
lemonade run user.MiniChat-3B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- MiniChat-3B-Q3_K_L.gguf +0 -3
- MiniChat-3B-Q3_K_M.gguf +0 -3
- MiniChat-3B-Q3_K_S.gguf +0 -3
- MiniChat-3B-Q4_0.gguf +0 -3
- MiniChat-3B-Q4_K_M.gguf +0 -3
- MiniChat-3B-Q4_K_S.gguf +0 -3
- MiniChat-3B-Q5_0.gguf +0 -3
- MiniChat-3B-Q5_K_M.gguf +0 -3
- MiniChat-3B-Q5_K_S.gguf +0 -3
- MiniChat-3B-Q6_K.gguf +0 -3
- MiniChat-3B-Q8_0.gguf +0 -3
MiniChat-3B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bfc12d7821c94c898e9f23551909ba5bd2c90aed0802497986eef24ed3f94858
|
| 3 |
-
size 1631048960
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f437746bd96bf351485a996342c36f7d3ab3cf226a325040c1f9543029852db4
|
| 3 |
-
size 1504433408
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5248963b6d498beca476eb1dbaac93bf89c20acac65983d2a407ab28c85cfe78
|
| 3 |
-
size 1358550272
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:656108bea04655927af43a9149426ad1b2f40a4568065b7a794a999110dc960a
|
| 3 |
-
size 1739602688
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b1de55506dcbbe9871ab219eb3d4b1c46944eb97abb6060f6f7aaf2ecb3afff4
|
| 3 |
-
size 1846655744
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c0f8408dfb8e56a0fe60fa8a19879fed851c791fce484064b3a0a2c9a4ffdd80
|
| 3 |
-
size 1753758464
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:88f3df376e9a7b6c1570807e11bf39d6986061ffc2c7207cb5d70d19d9ca8592
|
| 3 |
-
size 2098240256
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e7394cf26d511b9c1d5bf5b21dc51ad7af354b5c622c84afb9477f9d89fe4280
|
| 3 |
-
size 2153388800
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:13f84483737ae316b5b9a6f2249b732721e2344ddfa96711589d483851e8e0c1
|
| 3 |
-
size 2098240256
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f42c6aded47b8ec6e700443cbe4cdd4ade62d90a06f97d55aaae4d41251f0ad8
|
| 3 |
-
size 2479292672
|
|
|
|
|
|
|
|
|
|
|
|
MiniChat-3B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2e0c3dd00a79efabe7b33603ddff2346fb1c7404a275dc792c28b5fffd661846
|
| 3 |
-
size 3210769664
|
|
|
|
|
|
|
|
|
|
|
|