feat: add SchedulerV3 (#1996)
- Refactor code to allow supporting multiple versions of the generate.proto at the same time - Add v3/generate.proto (ISO to generate.proto for now but allow for future changes without impacting v2 backends) - Add Schedule trait to abstract queuing and batching mechanisms that will be different in the future - Add SchedulerV2/V3 impl
Showing
proto/v3/generate.proto
0 → 100644
router/client/src/v2/mod.rs
0 → 100644
router/client/src/v3/mod.rs
0 → 100644
router/src/health.rs
deleted
100644 → 0
router/src/infer/health.rs
0 → 100644
Please register or sign in to comment