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
Keep Q2_K/Q3_K_M gguf only
Browse files- WizardCoder-Python-13B-LoRa-Q3_K_L.gguf +0 -3
- WizardCoder-Python-13B-LoRa-Q3_K_S.gguf +0 -3
- WizardCoder-Python-13B-LoRa-Q4_0.gguf +0 -3
- WizardCoder-Python-13B-LoRa-Q4_K_M.gguf +0 -3
- WizardCoder-Python-13B-LoRa-Q4_K_S.gguf +0 -3
- WizardCoder-Python-13B-LoRa-Q5_0.gguf +0 -3
- WizardCoder-Python-13B-LoRa-Q5_K_M.gguf +0 -3
- WizardCoder-Python-13B-LoRa-Q5_K_S.gguf +0 -3
- WizardCoder-Python-13B-LoRa-Q6_K.gguf +0 -3
- WizardCoder-Python-13B-LoRa-Q8_0.gguf +0 -3
WizardCoder-Python-13B-LoRa-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9584703cc08f3dfdabc4180bdd264a585137c6649321acc88d101737de54d801
|
| 3 |
-
size 6929566336
|
|
|
|
|
|
|
|
|
|
|
|
WizardCoder-Python-13B-LoRa-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b0ef96eb78bb47e590a83f47b3984fa5d43e01b2a3c296720f5588801fa3c24f
|
| 3 |
-
size 5658987136
|
|
|
|
|
|
|
|
|
|
|
|
WizardCoder-Python-13B-LoRa-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0f04c8493f0217a06118d594216425992f53566a94c998e39efc566e5922c235
|
| 3 |
-
size 7365842208
|
|
|
|
|
|
|
|
|
|
|
|
WizardCoder-Python-13B-LoRa-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7116668c46be30bcf78b79efbe83ef9fd40f5ee256665f4525456094178b014e
|
| 3 |
-
size 7865963808
|
|
|
|
|
|
|
|
|
|
|
|
WizardCoder-Python-13B-LoRa-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1ba1687964ecf12b2d0234f7acc21bedebb62dfa0b4d8a04c8c0f728cd47b112
|
| 3 |
-
size 7423186208
|
|
|
|
|
|
|
|
|
|
|
|
WizardCoder-Python-13B-LoRa-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:887d9ed4afd7b60d78a9ae5d3202e3319bc8d71da7337c58fccc9261426d92f8
|
| 3 |
-
size 8972294048
|
|
|
|
|
|
|
|
|
|
|
|
WizardCoder-Python-13B-LoRa-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f6928e6171bcf47d6d0815e70921b2090b4b5a731a60de87ade69d369fdccad8
|
| 3 |
-
size 9229932448
|
|
|
|
|
|
|
|
|
|
|
|
WizardCoder-Python-13B-LoRa-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3050c81298f8740f82c4ea737e6527424a12d0e1e8d74b4abca13669a0d66c42
|
| 3 |
-
size 8972294048
|
|
|
|
|
|
|
|
|
|
|
|
WizardCoder-Python-13B-LoRa-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:aff38a7f0b99a943875f87c05d0f4ab893af7818cce4e08462292733a4e2a42f
|
| 3 |
-
size 10679149152
|
|
|
|
|
|
|
|
|
|
|
|
WizardCoder-Python-13B-LoRa-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5ef9e6f144124a4238a53a6aacdcd53a136fd9577c923bc009e03a9ba4ec7fdb
|
| 3 |
-
size 13831330784
|
|
|
|
|
|
|
|
|
|
|
|