Instructions to use tensorblock/TestMixtral-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/TestMixtral-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/TestMixtral-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/TestMixtral-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/TestMixtral-GGUF", filename="TestMixtral-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/TestMixtral-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/TestMixtral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/TestMixtral-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/TestMixtral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/TestMixtral-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/TestMixtral-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/TestMixtral-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/TestMixtral-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/TestMixtral-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/TestMixtral-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/TestMixtral-GGUF with Ollama:
ollama run hf.co/tensorblock/TestMixtral-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/TestMixtral-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/TestMixtral-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/TestMixtral-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/TestMixtral-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/TestMixtral-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/TestMixtral-GGUF:Q2_K
- Lemonade
How to use tensorblock/TestMixtral-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/TestMixtral-GGUF:Q2_K
Run and chat with the model
lemonade run user.TestMixtral-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- TestMixtral-Q3_K_L.gguf +0 -3
- TestMixtral-Q3_K_M.gguf +0 -3
- TestMixtral-Q3_K_S.gguf +0 -3
- TestMixtral-Q4_0.gguf +0 -3
- TestMixtral-Q4_K_M.gguf +0 -3
- TestMixtral-Q4_K_S.gguf +0 -3
- TestMixtral-Q5_0.gguf +0 -3
- TestMixtral-Q5_K_M.gguf +0 -3
- TestMixtral-Q5_K_S.gguf +0 -3
- TestMixtral-Q6_K.gguf +0 -3
- TestMixtral-Q8_0.gguf +0 -3
TestMixtral-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1c33e24ffab79c8c867b29bbdd8d64d8096af866544de3a9c738738ca2630584
|
| 3 |
-
size 5595296
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:57e4e143793d751ad8d844f211efcbd1250311f788d0e8ddc6a6284b7977256e
|
| 3 |
-
size 5492640
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:673c4baf4ad038f8070938350ed007d2bf256d3e7d866b819a13c3b058cb79bf
|
| 3 |
-
size 5378720
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4052c1a848fc29a9e7fb5be46331ff07ababd8c8a42180a3360f906b39a12271
|
| 3 |
-
size 5483168
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:da62ef1a666f59ab5d0abc0fdbd2297332a2977fdf2edc53bcf17fdb035faddd
|
| 3 |
-
size 6060224
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:377ce15bb87cc41cec81b1486aa1bb75bd4b8fe09105d4ab96c53c92b2f9811b
|
| 3 |
-
size 5962944
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d7e625fb0041628336553f982f8e65faebda0e75458580a959cf1b9bbc74561c
|
| 3 |
-
size 6052544
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7b3306fe07fa671dce2c0cc4a10a227b433f0847b6aa54647e7a1d75f4e8dc2a
|
| 3 |
-
size 6344160
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cbd7585d272e91a44592e65b4d43e0d3f6650d76d9d37c37f11e0342e9808a70
|
| 3 |
-
size 6288096
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0529a3a2cfa29d66440e3700d602c05936eb43da65e83dd8ca38d8a1839dabfd
|
| 3 |
-
size 7570240
|
|
|
|
|
|
|
|
|
|
|
|
TestMixtral-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:813b8839789fa1057d47a3ca8c578f4767260c135a8d59b82b08cde751100bad
|
| 3 |
-
size 7760704
|
|
|
|
|
|
|
|
|
|
|
|