Instructions to use tensorblock/aya-23-8B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/aya-23-8B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/aya-23-8B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/aya-23-8B-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/aya-23-8B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/aya-23-8B-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/aya-23-8B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/aya-23-8B-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/aya-23-8B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/aya-23-8B-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/aya-23-8B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/aya-23-8B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/aya-23-8B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/aya-23-8B-GGUF with Ollama:
ollama run hf.co/tensorblock/aya-23-8B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/aya-23-8B-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/aya-23-8B-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/aya-23-8B-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/aya-23-8B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/aya-23-8B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/aya-23-8B-GGUF:Q2_K
- Lemonade
How to use tensorblock/aya-23-8B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/aya-23-8B-GGUF:Q2_K
Run and chat with the model
lemonade run user.aya-23-8B-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -311,44 +311,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
| 311 |
|
| 312 |
## Our projects
|
| 313 |
<table border="1" cellspacing="0" cellpadding="10">
|
| 314 |
-
<tr>
|
| 315 |
-
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 316 |
-
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 317 |
-
</tr>
|
| 318 |
<tr>
|
| 319 |
-
<th
|
| 320 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 321 |
</tr>
|
| 322 |
<tr>
|
| 323 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 324 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 325 |
</tr>
|
| 326 |
-
<tr>
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
|
| 330 |
-
|
| 331 |
-
|
| 332 |
-
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
|
| 336 |
-
|
| 337 |
-
|
| 338 |
-
|
| 339 |
-
|
| 340 |
-
|
| 341 |
-
|
| 342 |
-
|
| 343 |
-
|
| 344 |
-
|
| 345 |
-
|
| 346 |
-
|
| 347 |
-
|
| 348 |
-
|
| 349 |
-
|
| 350 |
-
|
| 351 |
-
</tr>
|
| 352 |
</table>
|
| 353 |
## Prompt template
|
| 354 |
|
|
|
|
| 311 |
|
| 312 |
## Our projects
|
| 313 |
<table border="1" cellspacing="0" cellpadding="10">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 314 |
<tr>
|
| 315 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
| 316 |
+
</tr>
|
| 317 |
+
<tr>
|
| 318 |
+
<th colspan="2">
|
| 319 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
| 320 |
+
</th>
|
| 321 |
+
</tr>
|
| 322 |
+
<tr>
|
| 323 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
| 324 |
+
</tr>
|
| 325 |
+
<tr>
|
| 326 |
+
<th colspan="2">
|
| 327 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
| 328 |
+
display: inline-block;
|
| 329 |
+
padding: 8px 16px;
|
| 330 |
+
background-color: #FF7F50;
|
| 331 |
+
color: white;
|
| 332 |
+
text-decoration: none;
|
| 333 |
+
border-radius: 6px;
|
| 334 |
+
font-weight: bold;
|
| 335 |
+
font-family: sans-serif;
|
| 336 |
+
">🚀 Try it now! 🚀</a>
|
| 337 |
+
</th>
|
| 338 |
+
</tr>
|
| 339 |
+
|
| 340 |
+
<tr>
|
| 341 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 342 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 343 |
+
</tr>
|
| 344 |
+
<tr>
|
| 345 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
| 346 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
| 347 |
</tr>
|
| 348 |
<tr>
|
| 349 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 350 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 351 |
</tr>
|
| 352 |
+
<tr>
|
| 353 |
+
<th>
|
| 354 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 355 |
+
display: inline-block;
|
| 356 |
+
padding: 8px 16px;
|
| 357 |
+
background-color: #FF7F50;
|
| 358 |
+
color: white;
|
| 359 |
+
text-decoration: none;
|
| 360 |
+
border-radius: 6px;
|
| 361 |
+
font-weight: bold;
|
| 362 |
+
font-family: sans-serif;
|
| 363 |
+
">👀 See what we built 👀</a>
|
| 364 |
+
</th>
|
| 365 |
+
<th>
|
| 366 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 367 |
+
display: inline-block;
|
| 368 |
+
padding: 8px 16px;
|
| 369 |
+
background-color: #FF7F50;
|
| 370 |
+
color: white;
|
| 371 |
+
text-decoration: none;
|
| 372 |
+
border-radius: 6px;
|
| 373 |
+
font-weight: bold;
|
| 374 |
+
font-family: sans-serif;
|
| 375 |
+
">👀 See what we built 👀</a>
|
| 376 |
+
</th>
|
| 377 |
+
</tr>
|
| 378 |
</table>
|
| 379 |
## Prompt template
|
| 380 |
|