Documentation Index
Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
batch_size: <list[int]> (Optional)
Description
A list of potential batch sizes during data loading.batch_sizemust be<=2048.
Supported Task Types
- All
Default Values
| run_mode | Default Values |
|---|---|
| FAST | [512, 1024] |
| NORMAL | [512, 1024] |
| BEST | [512, 1024] |