Instructions to use tensorblock/StoryPy-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/StoryPy-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/StoryPy-GGUF", filename="StoryPy-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/StoryPy-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/StoryPy-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/StoryPy-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/StoryPy-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/StoryPy-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/StoryPy-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/StoryPy-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/StoryPy-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/StoryPy-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/StoryPy-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/StoryPy-GGUF with Ollama:
ollama run hf.co/tensorblock/StoryPy-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/StoryPy-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/StoryPy-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/StoryPy-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/StoryPy-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/StoryPy-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/StoryPy-GGUF:Q2_K
- Lemonade
How to use tensorblock/StoryPy-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/StoryPy-GGUF:Q2_K
Run and chat with the model
lemonade run user.StoryPy-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- StoryPy-Q3_K_L.gguf +0 -3
- StoryPy-Q3_K_M.gguf +0 -3
- StoryPy-Q3_K_S.gguf +0 -3
- StoryPy-Q4_0.gguf +0 -3
- StoryPy-Q4_K_M.gguf +0 -3
- StoryPy-Q4_K_S.gguf +0 -3
- StoryPy-Q5_0.gguf +0 -3
- StoryPy-Q5_K_M.gguf +0 -3
- StoryPy-Q5_K_S.gguf +0 -3
- StoryPy-Q6_K.gguf +0 -3
- StoryPy-Q8_0.gguf +0 -3
StoryPy-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:85fc9aa81ed450e8e21efa53bc02f39a26c132c62a5038c814384f8963ed84f2
|
| 3 |
-
size 44895712
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:36b494697bddaf8f471578eda0cb16161a9d7cd01e1952f57e1de94655056466
|
| 3 |
-
size 43912672
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2ae9aa5416ff5791072caec37bf53f1507e2d637bb967493b1daafb9ff79bb9e
|
| 3 |
-
size 42241504
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b8c3326bbe0f1d3f88f77e3eea5de0c63d5fd17618589cc399add6a2599aa768
|
| 3 |
-
size 48168928
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:db17e92994431c6f9a250f4deed2cabba79e338f2a358358e15fcca078451615
|
| 3 |
-
size 49299424
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f16821317af40551a51667fff02988d1ef8a11b8f37275f1c7270f42d49c014c
|
| 3 |
-
size 48168928
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:066f0ec9ffeddbb44b9a2a8db27a0d51ce13c6dd9f7e1ce868e309caef18c9b4
|
| 3 |
-
size 53747680
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f7099ad138c95a0dccfe4f5ecfd6440420cccfe09a3c1dcd659d278d5afab31e
|
| 3 |
-
size 54652896
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd3ce2bffc76f6a6242a1d3a24034969fd9f871ea4ecb97d7ac7cdbb682447c0
|
| 3 |
-
size 53747680
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3378fa8dd7b7d5dfda129aab9eefcb5dfb21c04844ddeed55049ad42bccc45b3
|
| 3 |
-
size 59675104
|
|
|
|
|
|
|
|
|
|
|
|
StoryPy-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4d640cf6ce463a6aadea3c00786b304e8a79f31734334ad4147255b6e8466632
|
| 3 |
-
size 76721632
|
|
|
|
|
|
|
|
|
|
|
|