> ## 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

#### `batch_size: <list[int]>` (Optional)

## Description

A list of potential batch sizes during data loading.

* `batch_size` must be `<=2048`.

### Supported Task Types

* All

### Default Values

| run\_mode | Default Values |
| --------- | -------------- |
| FAST      | `[512, 1024]`  |
| NORMAL    | `[512, 1024]`  |
| BEST      | `[512, 1024]`  |
