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
refactor(infra): move scheduler and rpc modules under areal/infra
Consolidate infrastructure-related modules under areal/infra/ for better
code organization:
- Move areal/scheduler/ to areal/infra/scheduler/
- Move areal/scheduler/rpc/ to areal/infra/rpc/
- Update all imports across the codebase
- Update example configs to use new import paths
- Add new areal/infra/rpc/__init__.py for cleaner exports
Key changes:
- Scheduler classes (LocalScheduler, RayScheduler, SlurmScheduler) now at
areal.infra.scheduler
- RPC utilities (RTensor, serialization) now at areal.infra.rpc
- All existing functionality preserved with updated import paths
0 commit comments