Instructions to use tensorblock/666-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/666-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/666-GGUF", filename="666-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/666-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/666-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/666-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/666-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/666-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/666-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/666-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/666-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/666-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/666-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/666-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/666-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/666-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/tensorblock/666-GGUF:Q2_K
- Ollama
How to use tensorblock/666-GGUF with Ollama:
ollama run hf.co/tensorblock/666-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/666-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/666-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/666-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/666-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/666-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/666-GGUF:Q2_K
- Lemonade
How to use tensorblock/666-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/666-GGUF:Q2_K
Run and chat with the model
lemonade run user.666-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- 666-Q3_K_L.gguf +0 -3
- 666-Q3_K_M.gguf +0 -3
- 666-Q3_K_S.gguf +0 -3
- 666-Q4_0.gguf +0 -3
- 666-Q4_K_M.gguf +0 -3
- 666-Q4_K_S.gguf +0 -3
- 666-Q5_0.gguf +0 -3
- 666-Q5_K_M.gguf +0 -3
- 666-Q5_K_S.gguf +0 -3
- 666-Q6_K.gguf +0 -3
- 666-Q8_0.gguf +0 -3
666-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d06b53203e534b6836f7ef9c837991173c8d044d4682c69e2ac8122145c58e98
|
| 3 |
-
size 3597111392
|
|
|
|
|
|
|
|
|
|
|
|
666-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:832bbc5fbf138c86392b2f4926ed532a020e1d74f162dc12176f7ce7f7670095
|
| 3 |
-
size 3298005088
|
|
|
|
|
|
|
|
|
|
|
|
666-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:071c5d3ec18c33444767ed8e356f9f1be21e8af4279bd296ce2637b84359cde6
|
| 3 |
-
size 2948304992
|
|
|
|
|
|
|
|
|
|
|
|
666-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:56200037e382af6bb49fa59cc952201ced1ba8a140c25ffb8643c150bb4bf4c6
|
| 3 |
-
size 3825807456
|
|
|
|
|
|
|
|
|
|
|
|
666-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e1d183f0b2cf0cb9c86ff4cd60d36007e250bd6f619ea95c208d570d72a0cddf
|
| 3 |
-
size 4081004640
|
|
|
|
|
|
|
|
|
|
|
|
666-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:068d189fccab78ba1fadf129a342b3018076d1b8a70c20665f641cc54c419cb5
|
| 3 |
-
size 3856740448
|
|
|
|
|
|
|
|
|
|
|
|
666-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c67b015a5c84a256e1cc03fb11919247fb460d8bc85ded35b0909bcfd570393c
|
| 3 |
-
size 4651692128
|
|
|
|
|
|
|
|
|
|
|
|
666-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:417cf8a383ece8e23ba5c6ef8d5ba0ab2cf85917001cf50f80a430ef9aa0bd46
|
| 3 |
-
size 4783157344
|
|
|
|
|
|
|
|
|
|
|
|
666-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:06634d967710eb680a8ac1af28d8441733a276cc83bf0eaef5d3739cfacdaf13
|
| 3 |
-
size 4651692128
|
|
|
|
|
|
|
|
|
|
|
|
666-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ea0ecc7b04baf1b4f467bfeaf4f437983fa7a8fdb85de9c8726ef0a517f9e281
|
| 3 |
-
size 5529194592
|
|
|
|
|
|
|
|
|
|
|
|
666-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dbed9ff86de79f4d51861452db263b582dfabcc4c8ac034caf0df8d508a73456
|
| 3 |
-
size 7161090144
|
|
|
|
|
|
|
|
|
|
|
|