Instructions to use tensorblock/turn-detector-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/turn-detector-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/turn-detector-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/turn-detector-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/turn-detector-GGUF", filename="turn-detector-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/turn-detector-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/turn-detector-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/turn-detector-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/turn-detector-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/turn-detector-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/turn-detector-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/turn-detector-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/turn-detector-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/turn-detector-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/turn-detector-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/turn-detector-GGUF with Ollama:
ollama run hf.co/tensorblock/turn-detector-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/turn-detector-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/turn-detector-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/turn-detector-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/turn-detector-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/turn-detector-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/turn-detector-GGUF:Q2_K
- Lemonade
How to use tensorblock/turn-detector-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/turn-detector-GGUF:Q2_K
Run and chat with the model
lemonade run user.turn-detector-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- turn-detector-Q3_K_L.gguf +0 -3
- turn-detector-Q3_K_M.gguf +0 -3
- turn-detector-Q3_K_S.gguf +0 -3
- turn-detector-Q4_0.gguf +0 -3
- turn-detector-Q4_K_M.gguf +0 -3
- turn-detector-Q4_K_S.gguf +0 -3
- turn-detector-Q5_0.gguf +0 -3
- turn-detector-Q5_K_M.gguf +0 -3
- turn-detector-Q5_K_S.gguf +0 -3
- turn-detector-Q6_K.gguf +0 -3
- turn-detector-Q8_0.gguf +0 -3
turn-detector-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:53131f1d6f7a1c2d71269ce5bee5f4858fd130ec79971d65b18ba44267edfc68
|
| 3 |
-
size 97533856
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:937e41fbda61ab0eceabd67198855c9369cfe77e707cd1d1c70eb6408860927f
|
| 3 |
-
size 93511072
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:85e9d137e137af2078670d409f43ec5ca26c8cdd16bcd4e40da3472310ca8115
|
| 3 |
-
size 88202656
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8fa005117589e2f2a209879e5086b769db0867490f34acbdcabe0c08c38a64c7
|
| 3 |
-
size 91727776
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:61722fd0098d637b24227859426c64c8ddbffedd75881cacb6d62797b9758d02
|
| 3 |
-
size 105455008
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:94a38248e7ff4adfb11d322a2f3a2c76f55162a1ab3283349a2e2304480d2646
|
| 3 |
-
size 102040480
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:48925bf102e5816aad74d0e23fdb181bc7c2fb76cf921dc4b000e0819c61e9ee
|
| 3 |
-
size 104998816
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d62cd5857c6d1d1ad917a789692bdf8c82e6e6effcd90933cc8109a9de372fc6
|
| 3 |
-
size 112104352
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ca72e428bdea8ed0feb4278cf7080cf1c464b8cda40a372ec4a7ce5eea4bae48
|
| 3 |
-
size 109975456
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:43c1b64767133c1a7c0cf3b6956dd1a230ff5c67320a28b4532e4756837d7c9e
|
| 3 |
-
size 138383776
|
|
|
|
|
|
|
|
|
|
|
|
turn-detector-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bd85ba10e2207bc644c292751795e79d56455bf76293562e2a58c6bf39b53837
|
| 3 |
-
size 144811936
|
|
|
|
|
|
|
|
|
|
|
|