chrishayuk/gemma-3-4b-it-vindex
Updated • 3
Every LARQL vindex in one place — browse, client, server, and full mirrors for each supported model.
Note Canonical full vindex — INFER + DESCRIBE.
Note 2-tier client — attention + embed + norms. Pair with `larql run --ffn URL`.
Note 3-tier attention client — attn + norms only. Pair with `larql run --embed URL --ffn URL` (ADR-0008).
Note Embed-server slice — embeddings + tokenizer. Pair with `larql serve --embed-only` (ADR-0008).
Note FFN-only slice — pair with `larql serve --ffn-only`.
Note Browse-only slice — DESCRIBE / WALK / SELECT, no forward pass.
Note Canonical full vindex — INFER + DESCRIBE.
Note 2-tier client — attention + embed + norms. Pair with `larql run --ffn URL`.