Skip to main content

DEFAULT_BATCH_SIZE

Constant DEFAULT_BATCH_SIZE 

Source
pub const DEFAULT_BATCH_SIZE: usize = 16;
Expand description

Default batch size for batched embedding forward passes. Configurable via EmbeddingConfig.batch_size.