Instructions to use tensorblock/Terminis-7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Terminis-7B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Terminis-7B-GGUF", filename="Terminis-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/Terminis-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/Terminis-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Terminis-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/Terminis-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Terminis-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/Terminis-7B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Terminis-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/Terminis-7B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Terminis-7B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Terminis-7B-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/Terminis-7B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/Terminis-7B-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/Terminis-7B-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/tensorblock/Terminis-7B-GGUF:Q2_K
- Ollama
How to use tensorblock/Terminis-7B-GGUF with Ollama:
ollama run hf.co/tensorblock/Terminis-7B-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/Terminis-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/Terminis-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/Terminis-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/Terminis-7B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Terminis-7B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Terminis-7B-GGUF:Q2_K
- Lemonade
How to use tensorblock/Terminis-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Terminis-7B-GGUF:Q2_K
Run and chat with the model
lemonade run user.Terminis-7B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Terminis-7B-Q3_K_L.gguf +0 -3
- Terminis-7B-Q3_K_M.gguf +0 -3
- Terminis-7B-Q3_K_S.gguf +0 -3
- Terminis-7B-Q4_0.gguf +0 -3
- Terminis-7B-Q4_K_M.gguf +0 -3
- Terminis-7B-Q4_K_S.gguf +0 -3
- Terminis-7B-Q5_0.gguf +0 -3
- Terminis-7B-Q5_K_M.gguf +0 -3
- Terminis-7B-Q5_K_S.gguf +0 -3
- Terminis-7B-Q6_K.gguf +0 -3
- Terminis-7B-Q8_0.gguf +0 -3
Terminis-7B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:efc377bd08fdd9172338d0f69f314b6651120a6e36e05292c173701f7666e2c7
|
| 3 |
-
size 3822024768
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a93a0624578b3f14976e1ee0b8bcdd97f25af8ce136f2d164c802a48afad3f3d
|
| 3 |
-
size 3518986304
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a27c88a513c78b021c988bb5d764d09b895d7ebe58bc2aa11e46c63722fd9efe
|
| 3 |
-
size 3164567616
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:def004a95853478ad25ddf6220237f6294c41062f0a50f35440232235d48f4cd
|
| 3 |
-
size 4108916800
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dc889a5252861b464240ffe7473181a0edb03d4ca3c028058f70cd109a718242
|
| 3 |
-
size 4368439360
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d980476c004090ea8acadb52e285323d494bd30ec6666d33a86de5d4b5f78d1b
|
| 3 |
-
size 4140374080
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:029a24584310c0b2aecb5f147112164ac4fd54496f0eddc8b066fdf36a284372
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:58a49d6b14d53b38281c91ee5fd09247796e69dc5d57509a03d497186baf8868
|
| 3 |
-
size 5131409472
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:84bc2e0a4a9e090ee757474e3d6f71bfb2643b73c4854c46b68f43984591ab8e
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d7476a76382958e7341350d01a493d4262336eecfce87a36edb81e8577f32584
|
| 3 |
-
size 5942065216
|
|
|
|
|
|
|
|
|
|
|
|
Terminis-7B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:efae322de97ad82a964fd112fe22aeb7968b778977fce42ce2ef03789c97cb0c
|
| 3 |
-
size 7695857728
|
|
|
|
|
|
|
|
|
|
|
|