feat: add beta scheduler (#811)

Co-authored-by: phil2sat <phil2sat@users.noreply.github.com>
This commit is contained in:
Erik Scholz
2026-06-30 19:40:22 +02:00
committed by GitHub
parent 2bb0389683
commit 484baa41e5
4 changed files with 138 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ enum scheduler_t {
LOGIT_NORMAL_SCHEDULER,
FLUX2_SCHEDULER,
FLUX_SCHEDULER,
BETA_SCHEDULER,
SCHEDULER_COUNT
};