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 OrbaxCheckpoint sharding and multi-host issues
- Fix sharding parameter passing in save/restore operations by passing as kwargs instead of setting attributes on StandardSave/StandardRestore objects
- Add robust error handling for distribution initialization with multiple error message patterns
- Add proper test skipping for JAX-only features when distribution module unavailable
- Add sharding parameter validation in constructor to prevent invalid types
- Update test expectations to match corrected sharding validation behavior
These changes ensure proper sharding support for JAX multi-host checkpointing while maintaining backward compatibility.
0 commit comments