Instructions to use tensorblock/cot_5k-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/cot_5k-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/cot_5k-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/cot_5k-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/cot_5k-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/cot_5k-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/cot_5k-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/cot_5k-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/cot_5k-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/cot_5k-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/cot_5k-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/cot_5k-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/cot_5k-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/cot_5k-GGUF with Ollama:
ollama run hf.co/tensorblock/cot_5k-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/cot_5k-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/cot_5k-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/cot_5k-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/cot_5k-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/cot_5k-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/cot_5k-GGUF:Q2_K
- Lemonade
How to use tensorblock/cot_5k-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/cot_5k-GGUF:Q2_K
Run and chat with the model
lemonade run user.cot_5k-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- cot_5k-Q3_K_L.gguf +0 -3
- cot_5k-Q3_K_M.gguf +0 -3
- cot_5k-Q3_K_S.gguf +0 -3
- cot_5k-Q4_0.gguf +0 -3
- cot_5k-Q4_K_M.gguf +0 -3
- cot_5k-Q4_K_S.gguf +0 -3
- cot_5k-Q5_0.gguf +0 -3
- cot_5k-Q5_K_M.gguf +0 -3
- cot_5k-Q5_K_S.gguf +0 -3
- cot_5k-Q6_K.gguf +0 -3
- cot_5k-Q8_0.gguf +0 -3
cot_5k-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bb81104667b514a7047016472da8788021f71e6a9661a9b31acade396b3a9fa5
|
| 3 |
-
size 914985280
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:065476efd6c0aa3a3ea0a4c384e75573af07ab4e47327dda1a73502886f9a9e0
|
| 3 |
-
size 857706816
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4d8bcf887a3ebe25b5c3a0d785afdae75f9cca4e65e7b41a29a8c766bfd74948
|
| 3 |
-
size 791712064
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:968e1bb41b920cc1f02972796eb479bc916704e0f55c098293494a7751412ad9
|
| 3 |
-
size 982782272
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:05b264fbb75a03498e615dab8100dd5bb7d91ffe29ad9a33582ec6b51ebf2f9b
|
| 3 |
-
size 1031442752
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7ef4887b850b65754f5b5800a999612d422e65c9110cf76b8a1d9bd64214b926
|
| 3 |
-
size 989204800
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d39c9e7a2210416effa9ac246197b498ab62487a9292414db087c37751380d6d
|
| 3 |
-
size 1162613056
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:65332378bea4cf02f884665eafbeaa0f4861c22331c572d890f7e36be96ddaf8
|
| 3 |
-
size 1187680576
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:865a40aedfa5fde6c5dc4fee29e87712ae4a849f40512f5cdfebaf7fd9acd319
|
| 3 |
-
size 1162613056
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e54f35ac35847598874085702a437432269d966b9e503ee2c542fc4c09c79ad0
|
| 3 |
-
size 1353683264
|
|
|
|
|
|
|
|
|
|
|
|
cot_5k-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b96f76cd29e6786b1a4f58fb1fe55e90eef0154e22cd6cc60b7a53462789bb70
|
| 3 |
-
size 1751880000
|
|
|
|
|
|
|
|
|
|
|
|