How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf decisionlabs/mobilitydb-sql:Q8_0
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "decisionlabs/mobilitydb-sql:Q8_0"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

mobilitydb-sql

Qwen3-0.6B LoRA for MobilityDB SQL (workshop AIS). Not the Gazet geocoder.

hf download decisionlabs/mobilitydb-sql mobilitydb-sql-q8_0.gguf \
  --local-dir mobilitydb-sql-train/out
llama-server -m mobilitydb-sql-train/out/mobilitydb-sql-q8_0.gguf \
  --host 127.0.0.1 --port 9000 --ctx-size 2048 --reasoning off
Downloads last month
9
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for decisionlabs/mobilitydb-sql

Finetuned
Qwen/Qwen3-0.6B
Quantized
(453)
this model