Instructions to use tensorblock/tiny-mixtral-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/tiny-mixtral-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/tiny-mixtral-GGUF", filename="tiny-mixtral-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-mixtral-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-mixtral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-mixtral-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-mixtral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-mixtral-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-mixtral-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/tiny-mixtral-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-mixtral-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/tiny-mixtral-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/tiny-mixtral-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/tiny-mixtral-GGUF with Ollama:
ollama run hf.co/tensorblock/tiny-mixtral-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/tiny-mixtral-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-mixtral-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-mixtral-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-mixtral-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/tiny-mixtral-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/tiny-mixtral-GGUF:Q2_K
- Lemonade
How to use tensorblock/tiny-mixtral-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/tiny-mixtral-GGUF:Q2_K
Run and chat with the model
lemonade run user.tiny-mixtral-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- tiny-mixtral-Q3_K_L.gguf +0 -3
- tiny-mixtral-Q3_K_S.gguf +0 -3
- tiny-mixtral-Q4_0.gguf +0 -3
- tiny-mixtral-Q4_K_M.gguf +0 -3
- tiny-mixtral-Q4_K_S.gguf +0 -3
- tiny-mixtral-Q5_0.gguf +0 -3
- tiny-mixtral-Q5_K_M.gguf +0 -3
- tiny-mixtral-Q5_K_S.gguf +0 -3
- tiny-mixtral-Q6_K.gguf +0 -3
- tiny-mixtral-Q8_0.gguf +0 -3
tiny-mixtral-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12c7300f6b592e4b228a39f86c1b4a49242e047a47ba4275e3a371ae3893251f
|
| 3 |
-
size 135514560
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mixtral-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5d28924deff00eec74c4d00de57ace0123cf22c5668697164a2879c68b80ace7
|
| 3 |
-
size 120916416
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mixtral-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2f237e59aae08190c049c6d8964403400d6991a5c380a631ae6cd3f6e63b33a2
|
| 3 |
-
size 148681152
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mixtral-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:28ce8b4c575a18d5c1a6485bb783df289d49ac22193585fe4e36500b75b77b8c
|
| 3 |
-
size 156512704
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mixtral-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a5291f02c3e519ea31a7b874473ea691c90846a0fe66a54471f74bb3c140945b
|
| 3 |
-
size 148943296
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mixtral-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:956fa43c62fa579605e90b2559ca474466767fd563481ab3361c885f9caf80ae
|
| 3 |
-
size 175321536
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mixtral-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:aaa96e2e6119c04080a307ca52f552f8447b3a60f7d69cbf7a64844ff42567ec
|
| 3 |
-
size 179220928
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mixtral-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a00cc6cf047a6986e4085ad68667e1192379d1c5ce09df27faee437fdbd25b7c
|
| 3 |
-
size 175321536
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mixtral-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5e31eb860b0617ac7fb317bdeb5ff18e88216e0da4a927a86e3dd59db104b3ac
|
| 3 |
-
size 203626944
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mixtral-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:19fc2af8dfe36097d4c5c53f37c8a64904a1861b6402001473c80d7c03a5f13d
|
| 3 |
-
size 263178688
|
|
|
|
|
|
|
|
|
|
|
|