iop/apps
toki c341d622ea implement round-robin rotation for equal-ratio candidate selection in model queue
- Replace float64 ratio comparison with integer-only load ratio math
  to avoid floating-point precision issues.
- Collect all equal-ratio candidates and rotate via lastSelectedSlot so
  equally loaded providers do not pin to a single provider.
- Add loadRatioLess and loadRatioEqual helper functions.
- Track lastSelectedSlot in admit and tryDispatchLocked paths.
2026-06-24 22:43:37 +09:00
..
client update: provider catalog device status client implementation and test fixes 2026-06-21 05:55:58 +09:00
control-plane feat: provider catalog device status milestone completion and catalog view implementation 2026-06-20 19:51:45 +09:00
edge implement round-robin rotation for equal-ratio candidate selection in model queue 2026-06-24 22:43:37 +09:00
node update: edge/node config and openapi contract changes 2026-06-24 22:03:09 +09:00
worker