Instructions to use tensorblock/Rijgersberg_GEITje-7B-chat-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/Rijgersberg_GEITje-7B-chat-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/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Rijgersberg_GEITje-7B-chat-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/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Rijgersberg_GEITje-7B-chat-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/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Rijgersberg_GEITje-7B-chat-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/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/Rijgersberg_GEITje-7B-chat-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/Rijgersberg_GEITje-7B-chat-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/Rijgersberg_GEITje-7B-chat-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K
- Ollama
How to use tensorblock/Rijgersberg_GEITje-7B-chat-GGUF with Ollama:
ollama run hf.co/tensorblock/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use tensorblock/Rijgersberg_GEITje-7B-chat-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K
- Lemonade
How to use tensorblock/Rijgersberg_GEITje-7B-chat-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Rijgersberg_GEITje-7B-chat-GGUF:Q2_K
Run and chat with the model
lemonade run user.Rijgersberg_GEITje-7B-chat-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- GEITje-7B-chat-Q3_K_L.gguf +0 -3
- GEITje-7B-chat-Q3_K_M.gguf +0 -3
- GEITje-7B-chat-Q3_K_S.gguf +0 -3
- GEITje-7B-chat-Q4_0.gguf +0 -3
- GEITje-7B-chat-Q4_K_M.gguf +0 -3
- GEITje-7B-chat-Q4_K_S.gguf +0 -3
- GEITje-7B-chat-Q5_0.gguf +0 -3
- GEITje-7B-chat-Q5_K_M.gguf +0 -3
- GEITje-7B-chat-Q5_K_S.gguf +0 -3
- GEITje-7B-chat-Q6_K.gguf +0 -3
- GEITje-7B-chat-Q8_0.gguf +0 -3
GEITje-7B-chat-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4cd44cadf668d2ef7b3f0aa0b5af5b61dded70543f3a173e0571fe3aaa8a2b4a
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:994364e1eb56115a1d9d231b53c9995eecc823e2c46086bb256a222cb1782442
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0221026c5afd78390e7d4b7bcc269aac6b6a20ad4df9b9cf80243a76decd88fb
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d447c2b062e29f607cd0cfd9f9f45dbed7dd27fc29546436632893bcd7512ee5
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ed76984f7ee52469131e113ad48a1164efc2a965f2a382c2951e68c6e13b14a0
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2ecacfc82f5c2f8b307dae3a22df3bc921f3b41caec53117a917315e3957d29d
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:31df81bc45a9c7c1656e3ba6e04a24ee688fcd9044a5267394b1beb9e84dd4d6
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7e760dcbf861c39847ebcb8808db04c2bc52e7c62f986cce8ddc21ef84f5cba4
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d6a6df303a3a71474aca6bc87bddc53a5aeda4117853a319027f729e8561a0f1
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e3bdb1d970a3caeb2bc7d4c77916db786a412065b420d8cae31c4dc5ad9cda67
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|
GEITje-7B-chat-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8052e9c94c1edbabfa94f29017088d6c5729a46a0c75cfbc85d22268ab40b0b9
|
| 3 |
-
size 719360
|
|
|
|
|
|
|
|
|
|
|
|