Instructions to use tensorblock/model_6hs-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/model_6hs-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/model_6hs-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/model_6hs-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/model_6hs-GGUF", filename="model_6hs-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/model_6hs-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/model_6hs-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/model_6hs-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/model_6hs-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/model_6hs-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/model_6hs-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/model_6hs-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/model_6hs-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/model_6hs-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/model_6hs-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/model_6hs-GGUF with Ollama:
ollama run hf.co/tensorblock/model_6hs-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/model_6hs-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/model_6hs-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/model_6hs-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/model_6hs-GGUF to start chatting
- Pi new
How to use tensorblock/model_6hs-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/model_6hs-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/model_6hs-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/model_6hs-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/model_6hs-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/model_6hs-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/model_6hs-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/model_6hs-GGUF:Q2_K
- Lemonade
How to use tensorblock/model_6hs-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/model_6hs-GGUF:Q2_K
Run and chat with the model
lemonade run user.model_6hs-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- model_6hs-Q3_K_L.gguf +0 -3
- model_6hs-Q3_K_M.gguf +0 -3
- model_6hs-Q3_K_S.gguf +0 -3
- model_6hs-Q4_0.gguf +0 -3
- model_6hs-Q4_K_M.gguf +0 -3
- model_6hs-Q4_K_S.gguf +0 -3
- model_6hs-Q5_0.gguf +0 -3
- model_6hs-Q5_K_M.gguf +0 -3
- model_6hs-Q5_K_S.gguf +0 -3
- model_6hs-Q6_K.gguf +0 -3
- model_6hs-Q8_0.gguf +0 -3
model_6hs-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:528e6f370e2899b5d1e190e69972d8eb0572fb099e33f1dba74096784fca04b7
|
| 3 |
-
size 4321961152
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dce3892bf91115ed89f8dacfa826414bc1008cbe31f3910777d73721f456b61c
|
| 3 |
-
size 4018922688
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0f6941196d05e57cd5e540d87e2813bbfbe2827f33d3f88e365c82974a59e2ba
|
| 3 |
-
size 3664504000
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:661cedccf9caf9e2bbb7ced37f70b7e974506bb2e14c85d6747e1b9f29a36bcb
|
| 3 |
-
size 4661216448
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2e4ce807e872974a3600892d854ba79b86db1a14554c78cd99a5a5f511b15bea
|
| 3 |
-
size 4920739008
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4dfb69154b6f0ab93401460bea76731bf16bf5363ad40c16d85a988fed940b49
|
| 3 |
-
size 4692673728
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0092f72ecb4769a5210f9e3b0812ab9910d38597bc2ebe0cd1d8c64033954820
|
| 3 |
-
size 5599298752
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8e74a837a5318bb05789b60f0a6f012cfb78840d2cd01f135068264aff6f39d5
|
| 3 |
-
size 5732992192
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:605bedd2d0f2678a932b7cc369870efdc06adb34d8125a7b5ccc3dd205b30b1c
|
| 3 |
-
size 5599298752
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dd3298f5f9e317019d276869a60a0b08188a5f00c81fdfb4a8af97a6eaaa0c2d
|
| 3 |
-
size 6596011200
|
|
|
|
|
|
|
|
|
|
|
|
model_6hs-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0c1453c77b4fa8823802388562e6ccdda7d35a47e0f2e457ee393bd80231ff73
|
| 3 |
-
size 8540775616
|
|
|
|
|
|
|
|
|
|
|
|