Achilles SoftwareMila C++23 · CUDA · open LLMs

Open LLMs, at the metal

A C++23 library for open LLMs — inference and training, built from explicit neural-network components you can read and understand. Run Gemma 4 12B and Llama 3.x locally on a 12 GB consumer GPU.

Fast

1,817 tok/s prefill and 49.1 tok/s decode at a 32K context, on an RTX 4070 12GB.

Explicit

No autograd engine, no hidden execution engine. Call forward() and you know exactly which kernel runs.

Validated

Gemma 4, Llama 3.x and GPT-2 each reproduce a HuggingFace reference token-for-token.

Open models

Each one raised from the metal and held to parity — a short, curated set rather than a model zoo.

Sponsoring