You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set NUM_WORKERS=0 for non-fork multiprocessing start methods (#4784)
fix#4686
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Improved compatibility by automatically adjusting worker settings when
the multiprocessing start method is not supported, preventing potential
issues with data loading.
- Added a warning message to inform users when worker settings are
changed due to multiprocessing constraints.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments