Instructions to use tensorblock/tiny-mistral-test-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/tiny-mistral-test-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/tiny-mistral-test-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/tiny-mistral-test-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/tiny-mistral-test-GGUF", filename="tiny-mistral-test-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-test-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-test-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-mistral-test-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-test-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-mistral-test-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-test-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/tiny-mistral-test-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-test-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/tiny-mistral-test-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/tiny-mistral-test-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/tiny-mistral-test-GGUF with Ollama:
ollama run hf.co/tensorblock/tiny-mistral-test-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/tiny-mistral-test-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-test-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-test-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-test-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/tiny-mistral-test-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/tiny-mistral-test-GGUF:Q2_K
- Lemonade
How to use tensorblock/tiny-mistral-test-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/tiny-mistral-test-GGUF:Q2_K
Run and chat with the model
lemonade run user.tiny-mistral-test-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- tiny-mistral-test-Q3_K_L.gguf +0 -3
- tiny-mistral-test-Q3_K_M.gguf +0 -3
- tiny-mistral-test-Q3_K_S.gguf +0 -3
- tiny-mistral-test-Q4_0.gguf +0 -3
- tiny-mistral-test-Q4_K_M.gguf +0 -3
- tiny-mistral-test-Q4_K_S.gguf +0 -3
- tiny-mistral-test-Q5_0.gguf +0 -3
- tiny-mistral-test-Q5_K_M.gguf +0 -3
- tiny-mistral-test-Q5_K_S.gguf +0 -3
- tiny-mistral-test-Q6_K.gguf +0 -3
- tiny-mistral-test-Q8_0.gguf +0 -3
tiny-mistral-test-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:951139b102b380e40813aabdc4d68adf8d5d00e338bcf39b2cad9a9ff9994156
|
| 3 |
-
size 2387616
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f6c5d825a8db6f782a1c178bdad1c9726e00c3a3e0a9d99a9a62c028c1938806
|
| 3 |
-
size 2387488
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f5e36bd5702e7ea2fa0e84ae5ec9c33a67c8b9e3e5adc128df3b111fd2fde6b4
|
| 3 |
-
size 2387040
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3245d0a70b1a434028c82dadc710b659f19ff3ab05adaccda455bffe0b645959
|
| 3 |
-
size 2387040
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1bbef9b195d9223e759299903b66ce860800ad6a1d5c393a39521d7341f18ef4
|
| 3 |
-
size 2516704
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5902d5673a9c2961160b09c5f4373e1d12c15c4dcb5fac6510deeaab34916dea
|
| 3 |
-
size 2516000
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:646f689fb76d598c036e884fd9472e700748f9c79356e9ad4b69c53ba9469196
|
| 3 |
-
size 2515936
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c5740c75e84b043500d18c006b7b76c19f784d78b8ed3927a5c38c5c644bf553
|
| 3 |
-
size 2581024
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6e7fd8e72635c97e96ac19029c0ea4a44828d56508cfc12dd51ad3fbb03b45e4
|
| 3 |
-
size 2580384
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6e18dbc1828b9ececa17ada30b24112a085175a260da47774e28c1f6a4994d3b
|
| 3 |
-
size 2902624
|
|
|
|
|
|
|
|
|
|
|
|
tiny-mistral-test-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:744741e95623b40aba8eac7551625fdd3d7e16c86aaafb71a6d057ecd911ae9f
|
| 3 |
-
size 2902624
|
|
|
|
|
|
|
|
|
|
|
|