Functionary v3.2 tool router for CCA — ARM64+CUDA (DGX Spark GB10)
640
A fast request classification router for CCA (Confucius Code Agent). Uses the Functionary v3.2 small model to classify incoming requests and route them to the appropriate CCA expert.
This image is built from source for ARM64 + CUDA (NVIDIA DGX Spark GB10 SM120/121). The upstream ghcr.io/ggml-org/llama.cpp:server-cuda is x86-only, so this custom build is required.
Built on top of llama.cpp server.
docker run -d \
--gpus all \
--name functionary-router \
-v /data/models/functionary:/models:ro \
-p 8001:8001 \
hellohal2064/cca-functionary-router:latest
functionary/POST /v1/chat/completions (OpenAI-compatible with tool_calls)GET /healthThis is one of 11 containers in the CCA full stack. See:
Content type
Image
Digest
sha256:bd07c1a0f…
Size
1.8 GB
Last updated
6 months ago
docker pull hellohal2064/cca-functionary-router