Instructions to use tensorblock/Xenova_tiny_starcoder_py-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use tensorblock/Xenova_tiny_starcoder_py-GGUF with Transformers.js:
// ⚠️ Unknown pipeline tag
- llama-cpp-python
How to use tensorblock/Xenova_tiny_starcoder_py-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Xenova_tiny_starcoder_py-GGUF", filename="tiny_starcoder_py-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/Xenova_tiny_starcoder_py-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/Xenova_tiny_starcoder_py-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Xenova_tiny_starcoder_py-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/Xenova_tiny_starcoder_py-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Xenova_tiny_starcoder_py-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/Xenova_tiny_starcoder_py-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Xenova_tiny_starcoder_py-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/Xenova_tiny_starcoder_py-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Xenova_tiny_starcoder_py-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Xenova_tiny_starcoder_py-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Xenova_tiny_starcoder_py-GGUF with Ollama:
ollama run hf.co/tensorblock/Xenova_tiny_starcoder_py-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Xenova_tiny_starcoder_py-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/Xenova_tiny_starcoder_py-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/Xenova_tiny_starcoder_py-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/Xenova_tiny_starcoder_py-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Xenova_tiny_starcoder_py-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Xenova_tiny_starcoder_py-GGUF:Q2_K
- Lemonade
How to use tensorblock/Xenova_tiny_starcoder_py-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Xenova_tiny_starcoder_py-GGUF:Q2_K
Run and chat with the model
lemonade run user.Xenova_tiny_starcoder_py-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- tiny_starcoder_py-Q3_K_L.gguf +0 -3
- tiny_starcoder_py-Q3_K_M.gguf +0 -3
- tiny_starcoder_py-Q3_K_S.gguf +0 -3
- tiny_starcoder_py-Q4_0.gguf +0 -3
- tiny_starcoder_py-Q4_K_M.gguf +0 -3
- tiny_starcoder_py-Q4_K_S.gguf +0 -3
- tiny_starcoder_py-Q5_0.gguf +0 -3
- tiny_starcoder_py-Q5_K_M.gguf +0 -3
- tiny_starcoder_py-Q5_K_S.gguf +0 -3
- tiny_starcoder_py-Q6_K.gguf +0 -3
- tiny_starcoder_py-Q8_0.gguf +0 -3
tiny_starcoder_py-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:33a946f472271afaae2496df67e7e493065902fa704ddc587351c2ab6d6d15d4
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:18235eaf0cc159e9863c27a8fdf8c6ba94f39fdf46317af6c0ee58023b6faa95
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2057afbc380e35f13270136682bcf71cbf806ab6e6fae81fd0885885604a6d6a
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1b7c6e759d1092cc85e78de240c383ee24fb4aeaa592aca579df7e34bdcaf230
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:eab0680bbdf8a4e10b0de90ceb65615a2cbecb886d2f990a72e729f188c6698a
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2742b9d15a94da20c9edc602d5052769e2f0e0a955d1beb55b9c2636a4b8bc36
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2b46cc5a61362f0d11d6dac826c2eb027b915ff38773e0ed0043b9960480ae27
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ef0078e0cd6e9d6847ebec2b834cddf05061680f5df99357d46c38a44d29ee88
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8e77492239bae7c35c7161bdcddd2a774dbe5e0df05e6c9aacd6785a7a68233d
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:37b321847092e4b44470680d6b4b54141cbabaa6860ec81879f050dc8c656800
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|
tiny_starcoder_py-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:044ee7b1ca5ff58935d67cc91f79196985a45a635b55c67f66ff6309e747a542
|
| 3 |
-
size 1719744
|
|
|
|
|
|
|
|
|
|
|
|