Instructions to use tensorblock/Story-Generation-Model-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Story-Generation-Model-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Story-Generation-Model-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/Story-Generation-Model-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Story-Generation-Model-GGUF", filename="Story-Generation-Model-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/Story-Generation-Model-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/Story-Generation-Model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Story-Generation-Model-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/Story-Generation-Model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Story-Generation-Model-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/Story-Generation-Model-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Story-Generation-Model-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/Story-Generation-Model-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Story-Generation-Model-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Story-Generation-Model-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Story-Generation-Model-GGUF with Ollama:
ollama run hf.co/tensorblock/Story-Generation-Model-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/Story-Generation-Model-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/Story-Generation-Model-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/Story-Generation-Model-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/Story-Generation-Model-GGUF to start chatting
- Pi new
How to use tensorblock/Story-Generation-Model-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/Story-Generation-Model-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/Story-Generation-Model-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/Story-Generation-Model-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/Story-Generation-Model-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/Story-Generation-Model-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/Story-Generation-Model-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Story-Generation-Model-GGUF:Q2_K
- Lemonade
How to use tensorblock/Story-Generation-Model-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Story-Generation-Model-GGUF:Q2_K
Run and chat with the model
lemonade run user.Story-Generation-Model-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Story-Generation-Model-Q3_K_L.gguf +0 -3
- Story-Generation-Model-Q3_K_M.gguf +0 -3
- Story-Generation-Model-Q3_K_S.gguf +0 -3
- Story-Generation-Model-Q4_0.gguf +0 -3
- Story-Generation-Model-Q4_K_M.gguf +0 -3
- Story-Generation-Model-Q4_K_S.gguf +0 -3
- Story-Generation-Model-Q5_0.gguf +0 -3
- Story-Generation-Model-Q5_K_M.gguf +0 -3
- Story-Generation-Model-Q5_K_S.gguf +0 -3
- Story-Generation-Model-Q6_K.gguf +0 -3
- Story-Generation-Model-Q8_0.gguf +0 -3
Story-Generation-Model-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e0e7575605f90652d9038a36ee5cb1040d4c4de16cd37f0bfdd853870ab0ae99
|
| 3 |
-
size 4321960960
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c165355cea08753bb002dff61daf359168ea90c062ef67d50d0f5dec5272be11
|
| 3 |
-
size 4018922496
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:02dc9246d9157a2180c561f6cf97ba8ec9f5e479077e7e1341a2ccc0dfff1f50
|
| 3 |
-
size 3664503808
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0f4146d6dcc780df2b7b09c14dfd642dbbc676880f4c645199559213bc8e6687
|
| 3 |
-
size 4661216256
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:04465e01df27e0256976ba244c761a80a649cd5b9ecd035ee4b293434073af2b
|
| 3 |
-
size 4920738816
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:37a0f006d74fb257871fb7e5aedcb601a80f1af952ffed16925d37b689cc9b24
|
| 3 |
-
size 4692673536
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b507dae835f6dbbe807593d204111456223fa316673d17078af63fa16860664
|
| 3 |
-
size 5599298560
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cecf8cba0464ec59fe1be72817f0077cb1d30b4ce43f729e5848b11d0c1e110d
|
| 3 |
-
size 5732992000
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:daecab3ab2b270a38e198aa4f6b008d6d3a629d02237257a38b7e4f42ac9f09d
|
| 3 |
-
size 5599298560
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f2fbe27a1e1f47dd51213f170510b3f8e5dd5a7ca5cd81922ac791b618f5bed2
|
| 3 |
-
size 6596011008
|
|
|
|
|
|
|
|
|
|
|
|
Story-Generation-Model-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:33573ca4456e76e147060d124df88d4facce9e637860789af26823fdb5ff096c
|
| 3 |
-
size 8540775424
|
|
|
|
|
|
|
|
|
|
|
|