Skip to main content

Module flags

Module flags 

Source
Expand description

FAFB Feature Flags

Bit flags for optional features in .fafb files. Readers MUST ignore unknown flags and continue processing.

Structs§

Flags
Helper struct for working with flags

Constants§

FLAG_COMPRESSED
Content is zstd compressed
FLAG_EMBEDDINGS
Contains pre-computed embeddings
FLAG_MODEL_HINTS
Contains model-specific hints
FLAG_SIGNED
Contains cryptographic signature
FLAG_TOKENIZED
Contains token boundaries
FLAG_WEIGHTED
Contains attention weights