Instructions to use tensorblock/speechless-tools-7b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/speechless-tools-7b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/speechless-tools-7b-GGUF", filename="speechless-tools-7b-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/speechless-tools-7b-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/speechless-tools-7b-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/speechless-tools-7b-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/speechless-tools-7b-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/speechless-tools-7b-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/speechless-tools-7b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/speechless-tools-7b-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/speechless-tools-7b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/speechless-tools-7b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/speechless-tools-7b-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/speechless-tools-7b-GGUF with Ollama:
ollama run hf.co/tensorblock/speechless-tools-7b-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/speechless-tools-7b-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/speechless-tools-7b-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/speechless-tools-7b-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/speechless-tools-7b-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/speechless-tools-7b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/speechless-tools-7b-GGUF:Q2_K
- Lemonade
How to use tensorblock/speechless-tools-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/speechless-tools-7b-GGUF:Q2_K
Run and chat with the model
lemonade run user.speechless-tools-7b-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- speechless-tools-7b-Q3_K_L.gguf +0 -3
- speechless-tools-7b-Q3_K_M.gguf +0 -3
- speechless-tools-7b-Q3_K_S.gguf +0 -3
- speechless-tools-7b-Q4_0.gguf +0 -3
- speechless-tools-7b-Q4_K_M.gguf +0 -3
- speechless-tools-7b-Q4_K_S.gguf +0 -3
- speechless-tools-7b-Q5_0.gguf +0 -3
- speechless-tools-7b-Q5_K_M.gguf +0 -3
- speechless-tools-7b-Q5_K_S.gguf +0 -3
- speechless-tools-7b-Q6_K.gguf +0 -3
- speechless-tools-7b-Q8_0.gguf +0 -3
speechless-tools-7b-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e51b925b0a43e79b92bd690ba164e09244b99d2beaaad308cffe58480ce1d82b
|
| 3 |
-
size 3597116480
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d317fe1a9b64a8c5aea85a2f83d12d43e4a376ca5609e3605d0d10c37430701
|
| 3 |
-
size 3298010176
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ee9142554bd1613e74d5519e0df6a1a5be34b4fcde04078e7f4fd49d753dce38
|
| 3 |
-
size 2948310080
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2c9f7901c0194e91793bc72cceeb56414a1aaeca818321daaaca86dba3173f84
|
| 3 |
-
size 3825813088
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ef338ad4b9037a9b21cd8e9bf8d3888832613bd926523ef9dcec49e896934d88
|
| 3 |
-
size 4081010272
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6b4c12d9fb440c702648ce5ccdc2ff3b4366f0b53d524d1e2edfbfc0537bf849
|
| 3 |
-
size 3856746080
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:51dc25d7b7f0ef38eeaa913f0cdea82f2587dac462856826e84cf0a682d74e18
|
| 3 |
-
size 4651698272
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d8d7187192d7dcd8aed205ce321c5ccf1db6fae4991713deac54bbe6a0578da1
|
| 3 |
-
size 4783163488
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d2cac483c2d33b2777fcb279b4b58d1c204f348bda0d827c1a2a2900a196629e
|
| 3 |
-
size 4651698272
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e3a157ac31b6ffbf8439d9b9e18dad42e665122a619c11ed37b95511413b2ca1
|
| 3 |
-
size 5529201280
|
|
|
|
|
|
|
|
|
|
|
|
speechless-tools-7b-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2bd3ff3a5f818e59b47ce6bc3559e500794f5bbb0bf91aea6045d8fb85532661
|
| 3 |
-
size 7161098816
|
|
|
|
|
|
|
|
|
|
|
|