Instructions to use tensorblock/deval-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/deval-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/deval-GGUF", filename="deval-Q2_K.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/deval-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/deval-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/deval-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/deval-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/deval-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/deval-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/deval-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/deval-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/deval-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/deval-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/deval-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/deval-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/deval-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/deval-GGUF:Q2_K
- Ollama
How to use tensorblock/deval-GGUF with Ollama:
ollama run hf.co/tensorblock/deval-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/deval-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/deval-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/deval-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/deval-GGUF to start chatting
- Pi
How to use tensorblock/deval-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/deval-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/deval-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/deval-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/deval-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/deval-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/deval-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/deval-GGUF:Q2_K
- Lemonade
How to use tensorblock/deval-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/deval-GGUF:Q2_K
Run and chat with the model
lemonade run user.deval-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- deval-Q3_K_L.gguf +0 -3
- deval-Q3_K_M.gguf +0 -3
- deval-Q3_K_S.gguf +0 -3
- deval-Q4_0.gguf +0 -3
- deval-Q4_K_M.gguf +0 -3
- deval-Q4_K_S.gguf +0 -3
- deval-Q5_0.gguf +0 -3
- deval-Q5_K_M.gguf +0 -3
- deval-Q5_K_S.gguf +0 -3
- deval-Q6_K.gguf +0 -3
- deval-Q8_0.gguf +0 -3
deval-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c93b275698545cd9be0361420cae01d03b0c86586c0ba0d6756560d78488e659
|
| 3 |
-
size 4321961248
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4fffaebf77e0b93ed4dfd298f31ad9624323c78382662e495bd513b60ee4eac9
|
| 3 |
-
size 4018922784
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1d245f697c49f2da982ba38bcb77646e037268d49c68cd6c800bc648a6021d8a
|
| 3 |
-
size 3664504096
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:674c8c13c37e3adc9c9c51a16f894d554446c7bd4bc3ad51d8d72f4d0dbc368a
|
| 3 |
-
size 4661216544
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:81ac2feef5f84552addd2e633d41828744ae0719599282ba9a4ec165b5eefa9e
|
| 3 |
-
size 4920739104
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9a23bed1daf4d3486b586cd7cee99ed30cf86643c24de4020d5e3225eed1181b
|
| 3 |
-
size 4692673824
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2d1eaba3c58162a9e0f9d1ad85ccc8764fbe13d7bcd086ca6935884eb7867fef
|
| 3 |
-
size 5599298848
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:84d7032aa3c57c3aec09afc77262f81fd9ff4f064b1f5ae2c72ba8b11c2dea51
|
| 3 |
-
size 5732992288
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e64f833021058f1c6cd981a63daf64d65c52b11c50378316b0f240e05f20ff8f
|
| 3 |
-
size 5599298848
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:05452b52eea257eac54fd7e8235e821a34f9ebf896449ebf26421dd49179fd62
|
| 3 |
-
size 6596011296
|
|
|
|
|
|
|
|
|
|
|
|
deval-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e1e220049b23daa0a125d0bf9d2ff77adf0eaa6ea6474f78e51ac6eb1627df92
|
| 3 |
-
size 8540775712
|
|
|
|
|
|
|
|
|
|
|
|