Instructions to use tensorblock/results-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/results-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/results-GGUF", filename="results-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/results-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/results-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/results-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/results-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/results-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/results-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/results-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/results-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/results-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/results-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/results-GGUF with Ollama:
ollama run hf.co/tensorblock/results-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/results-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/results-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/results-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/results-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/results-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/results-GGUF:Q2_K
- Lemonade
How to use tensorblock/results-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/results-GGUF:Q2_K
Run and chat with the model
lemonade run user.results-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- results-Q3_K_L.gguf +0 -3
- results-Q3_K_M.gguf +0 -3
- results-Q3_K_S.gguf +0 -3
- results-Q4_0.gguf +0 -3
- results-Q4_K_M.gguf +0 -3
- results-Q4_K_S.gguf +0 -3
- results-Q5_0.gguf +0 -3
- results-Q5_K_M.gguf +0 -3
- results-Q5_K_S.gguf +0 -3
- results-Q6_K.gguf +0 -3
- results-Q8_0.gguf +0 -3
results-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:77ed8594f83ee473abdc958454b71864520f0aabc3636dd169164245c9bcab8d
|
| 3 |
-
size 41739328
|
|
|
|
|
|
|
|
|
|
|
|
results-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:76a841f89aec1b910f99daeae4351e6e991bdb6cb8f99d853c9e1126750be0ad
|
| 3 |
-
size 41241664
|
|
|
|
|
|
|
|
|
|
|
|
results-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d9d6f408573d6337d2118737d34b6cde176237b0bf8ae9972e04e8e88dc9c23b
|
| 3 |
-
size 40329280
|
|
|
|
|
|
|
|
|
|
|
|
results-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:933932b408765b782b2ead1fce60b2317a6c1b06b37918ef1b6af26961003dfc
|
| 3 |
-
size 40799296
|
|
|
|
|
|
|
|
|
|
|
|
results-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d9cf502bc6c390970a2fec9b1918dd0164b3c427aa1a0b246311bdf2cb382758
|
| 3 |
-
size 44566400
|
|
|
|
|
|
|
|
|
|
|
|
results-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6572dcdd4058dcf56d8e8813d49e9c86f8d14b2efa749622567c22a3ad237f00
|
| 3 |
-
size 44096384
|
|
|
|
|
|
|
|
|
|
|
|
results-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a8e7f16c2cd0f96825882c93bebe08b497421738313b783c923288bbbdc2530f
|
| 3 |
-
size 44538752
|
|
|
|
|
|
|
|
|
|
|
|
results-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:014f9ce53e385c85fbff2ac24193e3cfe88f11bd2038506aab06ad2fb40a0c9a
|
| 3 |
-
size 47173376
|
|
|
|
|
|
|
|
|
|
|
|
results-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b69fea839d2b0571bb86f11d831b5bc2393f7c9200a1c69d7209948a40694bc9
|
| 3 |
-
size 46187264
|
|
|
|
|
|
|
|
|
|
|
|
results-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9b6a16494530a905b22acb67d76d5d7a3f1437bfee38595ca6357d7f7dba64fc
|
| 3 |
-
size 54899968
|
|
|
|
|
|
|
|
|
|
|
|
results-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b95895ff079bf7516602a4416ecebe7e04ee6371efcd266de0c1fbb9a44af107
|
| 3 |
-
size 55757056
|
|
|
|
|
|
|
|
|
|
|
|