Instructions to use tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF", filename="Yi-34B-200K-AEZAKMI-v2-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Yi-34B-200K-AEZAKMI-v2-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/Yi-34B-200K-AEZAKMI-v2-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Yi-34B-200K-AEZAKMI-v2-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/Yi-34B-200K-AEZAKMI-v2-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Yi-34B-200K-AEZAKMI-v2-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/Yi-34B-200K-AEZAKMI-v2-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Yi-34B-200K-AEZAKMI-v2-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/Yi-34B-200K-AEZAKMI-v2-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF with Ollama:
ollama run hf.co/tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Yi-34B-200K-AEZAKMI-v2-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/Yi-34B-200K-AEZAKMI-v2-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/Yi-34B-200K-AEZAKMI-v2-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/Yi-34B-200K-AEZAKMI-v2-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF:Q2_K
- Lemonade
How to use tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Yi-34B-200K-AEZAKMI-v2-GGUF:Q2_K
Run and chat with the model
lemonade run user.Yi-34B-200K-AEZAKMI-v2-GGUF-Q2_K
List all available models
lemonade list
Update README.md
Browse files
README.md
CHANGED
|
@@ -227,44 +227,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
| 227 |
|
| 228 |
## Our projects
|
| 229 |
<table border="1" cellspacing="0" cellpadding="10">
|
| 230 |
-
<tr>
|
| 231 |
-
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 232 |
-
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 233 |
-
</tr>
|
| 234 |
<tr>
|
| 235 |
-
<th
|
| 236 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
</tr>
|
| 238 |
<tr>
|
| 239 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 240 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 241 |
</tr>
|
| 242 |
-
<tr>
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
|
| 266 |
-
|
| 267 |
-
</tr>
|
| 268 |
</table>
|
| 269 |
## Prompt template
|
| 270 |
|
|
|
|
| 227 |
|
| 228 |
## Our projects
|
| 229 |
<table border="1" cellspacing="0" cellpadding="10">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 230 |
<tr>
|
| 231 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
| 232 |
+
</tr>
|
| 233 |
+
<tr>
|
| 234 |
+
<th colspan="2">
|
| 235 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
| 236 |
+
</th>
|
| 237 |
+
</tr>
|
| 238 |
+
<tr>
|
| 239 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
| 240 |
+
</tr>
|
| 241 |
+
<tr>
|
| 242 |
+
<th colspan="2">
|
| 243 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
| 244 |
+
display: inline-block;
|
| 245 |
+
padding: 8px 16px;
|
| 246 |
+
background-color: #FF7F50;
|
| 247 |
+
color: white;
|
| 248 |
+
text-decoration: none;
|
| 249 |
+
border-radius: 6px;
|
| 250 |
+
font-weight: bold;
|
| 251 |
+
font-family: sans-serif;
|
| 252 |
+
">π Try it now! π</a>
|
| 253 |
+
</th>
|
| 254 |
+
</tr>
|
| 255 |
+
|
| 256 |
+
<tr>
|
| 257 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 258 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 259 |
+
</tr>
|
| 260 |
+
<tr>
|
| 261 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
| 262 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
| 263 |
</tr>
|
| 264 |
<tr>
|
| 265 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 266 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 267 |
</tr>
|
| 268 |
+
<tr>
|
| 269 |
+
<th>
|
| 270 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 271 |
+
display: inline-block;
|
| 272 |
+
padding: 8px 16px;
|
| 273 |
+
background-color: #FF7F50;
|
| 274 |
+
color: white;
|
| 275 |
+
text-decoration: none;
|
| 276 |
+
border-radius: 6px;
|
| 277 |
+
font-weight: bold;
|
| 278 |
+
font-family: sans-serif;
|
| 279 |
+
">π See what we built π</a>
|
| 280 |
+
</th>
|
| 281 |
+
<th>
|
| 282 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 283 |
+
display: inline-block;
|
| 284 |
+
padding: 8px 16px;
|
| 285 |
+
background-color: #FF7F50;
|
| 286 |
+
color: white;
|
| 287 |
+
text-decoration: none;
|
| 288 |
+
border-radius: 6px;
|
| 289 |
+
font-weight: bold;
|
| 290 |
+
font-family: sans-serif;
|
| 291 |
+
">π See what we built π</a>
|
| 292 |
+
</th>
|
| 293 |
+
</tr>
|
| 294 |
</table>
|
| 295 |
## Prompt template
|
| 296 |
|