Instructions to use tensorblock/CatPPT-base-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/CatPPT-base-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/CatPPT-base-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/CatPPT-base-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/CatPPT-base-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/CatPPT-base-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/CatPPT-base-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/CatPPT-base-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/CatPPT-base-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/CatPPT-base-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/CatPPT-base-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/CatPPT-base-GGUF with Ollama:
ollama run hf.co/tensorblock/CatPPT-base-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/CatPPT-base-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/CatPPT-base-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/CatPPT-base-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/CatPPT-base-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/CatPPT-base-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/CatPPT-base-GGUF:Q2_K
- Lemonade
How to use tensorblock/CatPPT-base-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/CatPPT-base-GGUF:Q2_K
Run and chat with the model
lemonade run user.CatPPT-base-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- CatPPT-base-Q3_K_L.gguf +0 -3
- CatPPT-base-Q3_K_S.gguf +0 -3
- CatPPT-base-Q4_0.gguf +0 -3
- CatPPT-base-Q4_K_M.gguf +0 -3
- CatPPT-base-Q4_K_S.gguf +0 -3
- CatPPT-base-Q5_0.gguf +0 -3
- CatPPT-base-Q5_K_M.gguf +0 -3
- CatPPT-base-Q5_K_S.gguf +0 -3
- CatPPT-base-Q6_K.gguf +0 -3
- CatPPT-base-Q8_0.gguf +0 -3
CatPPT-base-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:13d10e6e5bbd7754c079c5d528f8df7abbf7389a7f20fa3de5ad01ba4a1d7fd1
|
| 3 |
-
size 3822024736
|
|
|
|
|
|
|
|
|
|
|
|
CatPPT-base-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:50f4658063f6de7d8d12a721db70d912410fca414ceee6b589c2787ccc0cb7f9
|
| 3 |
-
size 3164567584
|
|
|
|
|
|
|
|
|
|
|
|
CatPPT-base-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:527f6ad7ba3e57fedfad6f39e5a42690ac6565e9347c8eee4700d3a13387ae39
|
| 3 |
-
size 4108916768
|
|
|
|
|
|
|
|
|
|
|
|
CatPPT-base-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ac107517e098727eba3d34302f4badc296a011e1a0fc06ed5192e5afe6102d5c
|
| 3 |
-
size 4368439328
|
|
|
|
|
|
|
|
|
|
|
|
CatPPT-base-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:67d9ce1aaedc54d2b5da5a4bc588877d13425bd7968ae31c6b19f3673d42c404
|
| 3 |
-
size 4140374048
|
|
|
|
|
|
|
|
|
|
|
|
CatPPT-base-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1d26d1b354922641287e07931e541d096626ce25922278f4a05ac39eaa7a4a9b
|
| 3 |
-
size 4997716000
|
|
|
|
|
|
|
|
|
|
|
|
CatPPT-base-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9b27a95147b3e67b50ad95b3a9966ef9c6b12755c3cc01ff9301ba8908d56e65
|
| 3 |
-
size 5131409440
|
|
|
|
|
|
|
|
|
|
|
|
CatPPT-base-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:aff1b404187485c859208291ea7f6cdf5f9ddf1000a6200dd1a2e07f9d167670
|
| 3 |
-
size 4997716000
|
|
|
|
|
|
|
|
|
|
|
|
CatPPT-base-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd762e8b300ad5a234ad86c4eb963b3ef938841c6a916e3173ebcdd9de644b99
|
| 3 |
-
size 5942065184
|
|
|
|
|
|
|
|
|
|
|
|
CatPPT-base-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ddc862ba708ca0bcaa98d4f9b267df7867719cbc0fb4ae83120ad9b2ca2d7f46
|
| 3 |
-
size 7695857696
|
|
|
|
|
|
|
|
|
|
|
|