ADAM is the orchestration/runtime layer around ADAMAH for local LLM inference and diagnostics.
It includes:
- model loading and runtime profiles
- decode planning and execution paths
- profiling and diagnostics tooling
- chat/runtime integration utilities
adam/: Python runtime and model engineadamah-MAIN/: ADAMAH Vulkan compute backendtests/diagnostics/: validation and performance diagnosticstools/: helper scripts
python -m pip install -r requirements-runtime.txtPYTHONUTF8=1 PYTHONPATH=. python -X utf8 tests/diagnostics/diag_inference.py gemma3-1b.gguf- Concept, architecture, and product direction: Samuele Scuglia.
- Implementation support used during development: Claude, Gemini, and Codex.
- ADAM: LICENSE (CC BY-NC 4.0)
- ADAMAH backend: adamah-MAIN/LICENSE (CC BY-NC 4.0)