Instructions to use tensorblock/tiny-mistral-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/tiny-mistral-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/tiny-mistral-GGUF", filename="tiny-mistral-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/tiny-mistral-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/tiny-mistral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-mistral-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/tiny-mistral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-mistral-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/tiny-mistral-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/tiny-mistral-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/tiny-mistral-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/tiny-mistral-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/tiny-mistral-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/tiny-mistral-GGUF with Ollama:
ollama run hf.co/tensorblock/tiny-mistral-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/tiny-mistral-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/tiny-mistral-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/tiny-mistral-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/tiny-mistral-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/tiny-mistral-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/tiny-mistral-GGUF:Q2_K
- Lemonade
How to use tensorblock/tiny-mistral-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/tiny-mistral-GGUF:Q2_K
Run and chat with the model
lemonade run user.tiny-mistral-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- tiny-mistral-Q3_K_L.gguf +0 -3
- tiny-mistral-Q3_K_S.gguf +0 -3
- tiny-mistral-Q4_0.gguf +0 -3
- tiny-mistral-Q4_K_M.gguf +0 -3
- tiny-mistral-Q4_K_S.gguf +0 -3
- tiny-mistral-Q5_0.gguf +0 -3
- tiny-mistral-Q5_K_M.gguf +0 -3
- tiny-mistral-Q5_K_S.gguf +0 -3
- tiny-mistral-Q6_K.gguf +0 -3
- tiny-mistral-Q8_0.gguf +0 -3
tiny-mistral-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6a1ee9c9f2364431b8eb6a9ca794a70b69bb1775c29251e01713367e8e15f3e4
|
| 3 |
-
size 114998528
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:20adfb9d856ba441d0aae4f1360dd1d489d890a95e0ec2686ada3d4b7505a58c
|
| 3 |
-
size 99183872
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bf27f7b6afbdd428a1255304e90cfc5ea6c0ad6012cd4c9303aea1eecc8dce03
|
| 3 |
-
size 125452544
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ec73af1c3ed3b70e9c62e246c9bc25c0e6581392057d198f8000aaa29a87d4d3
|
| 3 |
-
size 133089536
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:90597288ec78a49894061279c70a742704422b3aa964c608bded547dd3d26527
|
| 3 |
-
size 126402816
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:075162eb2d6849398cf1dcc30386e3303d2985ceb6ba7b0b322cd4f7a989c83a
|
| 3 |
-
size 150176000
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7db191ec46051934b583ccf1d8f31236f2f3db582edad9aacf6559237b1058ee
|
| 3 |
-
size 154110208
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c71180f90d74ed3909b699a94367e29a8d1f21c1cb4b932b0ebecb9647102855
|
| 3 |
-
size 150176000
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:26b76896053b5e14a86d2ac67188b5b300ef8878a6d4500cccddaa6e47d60326
|
| 3 |
-
size 176444672
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b49f9bef91e67c98f5d184ed46c8bb2939320bc55213e320cb8c5b25e873e497
|
| 3 |
-
size 228314368
|
|
|
|
|
|
|
|
|
|
|
|