Instructions to use tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF", filename="WizardCoder-Python-13B-LoRa-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/yeontaek_WizardCoder-Python-13B-LoRa-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/yeontaek_WizardCoder-Python-13B-LoRa-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-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/yeontaek_WizardCoder-Python-13B-LoRa-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-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/yeontaek_WizardCoder-Python-13B-LoRa-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-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/yeontaek_WizardCoder-Python-13B-LoRa-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF with Ollama:
ollama run hf.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-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/yeontaek_WizardCoder-Python-13B-LoRa-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/yeontaek_WizardCoder-Python-13B-LoRa-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/yeontaek_WizardCoder-Python-13B-LoRa-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF:Q2_K
- Lemonade
How to use tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF:Q2_K
Run and chat with the model
lemonade run user.yeontaek_WizardCoder-Python-13B-LoRa-GGUF-Q2_K
List all available models
lemonade list
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,13 +8,13 @@ tags:
|
|
| 8 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 9 |
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 10 |
</div>
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
|
| 19 |
## yeontaek/WizardCoder-Python-13B-LoRa - GGUF
|
| 20 |
|
|
|
|
| 8 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 9 |
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 10 |
</div>
|
| 11 |
+
|
| 12 |
+
[](https://tensorblock.co)
|
| 13 |
+
[](https://twitter.com/tensorblock_aoi)
|
| 14 |
+
[](https://discord.gg/Ej5NmeHFf2)
|
| 15 |
+
[](https://github.com/TensorBlock)
|
| 16 |
+
[](https://t.me/TensorBlock)
|
| 17 |
+
|
| 18 |
|
| 19 |
## yeontaek/WizardCoder-Python-13B-LoRa - GGUF
|
| 20 |
|