Instructions to use tensorblock/TEST_MODEL-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/TEST_MODEL-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/TEST_MODEL-GGUF", filename="TEST_MODEL-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/TEST_MODEL-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/TEST_MODEL-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/TEST_MODEL-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/TEST_MODEL-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/TEST_MODEL-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/TEST_MODEL-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/TEST_MODEL-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/TEST_MODEL-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/TEST_MODEL-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/TEST_MODEL-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/TEST_MODEL-GGUF with Ollama:
ollama run hf.co/tensorblock/TEST_MODEL-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/TEST_MODEL-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/TEST_MODEL-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/TEST_MODEL-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/TEST_MODEL-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/TEST_MODEL-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/TEST_MODEL-GGUF:Q2_K
- Lemonade
How to use tensorblock/TEST_MODEL-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/TEST_MODEL-GGUF:Q2_K
Run and chat with the model
lemonade run user.TEST_MODEL-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- TEST_MODEL-Q3_K_L.gguf +0 -3
- TEST_MODEL-Q3_K_M.gguf +0 -3
- TEST_MODEL-Q3_K_S.gguf +0 -3
- TEST_MODEL-Q4_0.gguf +0 -3
- TEST_MODEL-Q4_K_M.gguf +0 -3
- TEST_MODEL-Q4_K_S.gguf +0 -3
- TEST_MODEL-Q5_0.gguf +0 -3
- TEST_MODEL-Q5_K_M.gguf +0 -3
- TEST_MODEL-Q5_K_S.gguf +0 -3
- TEST_MODEL-Q6_K.gguf +0 -3
- TEST_MODEL-Q8_0.gguf +0 -3
TEST_MODEL-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:aae60c86c318588ba3b3b743798ccd33d669ed56b7ffac363277b0e92722f46c
|
| 3 |
-
size 10058401376
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5ad1b0c2440faef2dbbb0c5449a61deb167917a1f8a4680adeffc09071b51250
|
| 3 |
-
size 9273017952
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8b5b57f23b3b5ba0bd0aa7e150b5c1b0e354d5a5dd2e4a8e21085cf986ede34e
|
| 3 |
-
size 8345552480
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:46d0a4f547732e3f45051c3f27b1b08be6fd5112174b264e731d9fe0f243abaf
|
| 3 |
-
size 10881271392
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fcc5c0d59622d1c590a36a573b4e288212e60fae7e0eb0cbd2fc14d5ef1d28f0
|
| 3 |
-
size 11633886816
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:88f7c276d967af8b6ff03986ac89dbad621d60eb872448cb9d459518a075c5fb
|
| 3 |
-
size 10971448928
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0489f92185d8915433886dc924761af7c4060af0145c146f143575099a95398f
|
| 3 |
-
size 13267830368
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f7051a10ada181fa02533644cd64fbf03a9ef005f146be6968de9128836fcb34
|
| 3 |
-
size 13655541344
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4f71b99d58f6f69dea2b1d7e8cd80088ce1c19b13d7f348e6f1fa14fb6669f8d
|
| 3 |
-
size 13267830368
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6e1a7bd7e318474a36982d3845189225e6715c7f401828beb33540f3d428e068
|
| 3 |
-
size 15803549280
|
|
|
|
|
|
|
|
|
|
|
|
TEST_MODEL-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:15c2d66a996ab2cc06f6c2686084a60dff9b137f1bc15ecd2637538b2e70035a
|
| 3 |
-
size 20468139616
|
|
|
|
|
|
|
|
|
|
|
|