Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
prequant
command
Command prequant builds a goinfer prequant bundle (.giw) from a GGUF model.
|
Command prequant builds a goinfer prequant bundle (.giw) from a GGUF model. |
|
Package constrain implements constrained / structured decoding: a logit mask that forces a language model's output to satisfy a grammar (e.g.
|
Package constrain implements constrained / structured decoding: a logit mask that forces a language model's output to satisfy a grammar (e.g. |
|
cuda
module
|
|
|
Package decoder runs autoregressive, decoder-only transformer language models as a pure-Go forward pass.
|
Package decoder runs autoregressive, decoder-only transformer language models as a pure-Go forward pass. |
|
demo
|
|
|
chat
command
Command chat is goinfer's interactive demo: a terminal REPL around a local decoder-only LLM running on the pure-Go decoder — no cgo, no Python, no model download step (in the embed build the model ships *inside* the binary).
|
Command chat is goinfer's interactive demo: a terminal REPL around a local decoder-only LLM running on the pure-Go decoder — no cgo, no Python, no model download step (in the embed build the model ships *inside* the binary). |
|
gemma
command
Command gemma is a demo CLI that runs a local decoder-only LLM through aikit's pure-Go decoder and streams the completion to stdout.
|
Command gemma is a demo CLI that runs a local decoder-only LLM through aikit's pure-Go decoder and streams the completion to stdout. |
|
gemma-web
command
Command gemma-web serves a local, single-page web chat GUI for a decoder LLM checkpoint running on aikit's pure-Go decoder.
|
Command gemma-web serves a local, single-page web chat GUI for a decoder LLM checkpoint running on aikit's pure-Go decoder. |
|
agent
module
|
|
|
gpu
module
|
|
|
internal
|
|
|
giw
Package giw frames a prequant "goinfer weights" bundle: the serialized, already-quantized decoder weights (decoder.SerializeWeights) plus a tiny metadata-only GGUF carrying the tokenizer (the source GGUF truncated at the tensor-data boundary — ~MBs, no weights).
|
Package giw frames a prequant "goinfer weights" bundle: the serialized, already-quantized decoder weights (decoder.SerializeWeights) plus a tiny metadata-only GGUF carrying the tokenizer (the source GGUF truncated at the tensor-data boundary — ~MBs, no weights). |
|
metal
module
|
|
|
Package tokenizer implements the BPE tokenizers the decoder LLMs ship, loaded from the HF tokenizer.json.
|
Package tokenizer implements the BPE tokenizers the decoder LLMs ship, loaded from the HF tokenizer.json. |
Click to show internal directories.
Click to hide internal directories.
