Expand description
Distributed dataset loading
Shard-aware loading for distributed training with multi-node coordination and distributed caching. Distributed dataset loading
This module provides shard-aware dataset loading for distributed training, with multi-node coordination, distributed caching, and rank-aware data partitioning to ensure each worker processes a unique subset of the data.
Structs§
- Distributed
Cache - Distributed cache for sharing data across nodes
- Distributed
Config - Configuration for distributed loading
- Distributed
Loader - Distributed dataset loader
- Shard
- Shard information
Functions§
- create_
loader - Create a distributed loader for a dataset
- create_
loader_ with_ config - Create a distributed loader with custom configuration