"docs/vscode:/vscode.git/clone" did not exist on "463807c5111a495e0e2a2cf676aa8674aca5d506"
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
router/src/infer/mod.rs
0 → 100644
router/src/infer/v2/mod.rs
0 → 100644
router/src/infer/v2/queue.rs
0 → 100644
This diff is collapsed.
This diff is collapsed.
router/src/infer/v3/mod.rs
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment