Changelog Details
- feat: support arbitrary sbatch flags via sbatch_extra_flags by @gchlebus :: PR: #864
- feat(extra-params): export extra params by @AWarno :: PR: #873
- docs: skill cleanups and fixes by @piojanu :: PR: #878
- docs: add auxiliary deployments example and documentation by @AdamRajfer :: PR: #875
- feat: allow duplicate task names in nel by @laszkiewiczp :: PR: #874
- fix: add missing task_idx arg to TestSbatchExtraFlags by @laszkiewiczp :: PR: #885
- feat: syntactic sugar overrides for tasks by @anowaczynski-nvidia :: PR: #759
- feat: add watch mode for continuous checkpoint evaluation by @marta-sd :: PR: #857
- feat: expose invocation ID as NEL_INVOCATION_ID env var by @agronskiy :: PR: #894
- feat: replace Werkzeug dev server with waitress for high-concurrency adapter by @agronskiy :: PR: #896
- feat: mount results for deployment by @AdamRajfer :: PR: #899
- fix: raise error when execution.env_vars is used in config by @marta-sd :: PR: #898
- fix(evaluator): distinguish interrupted and failed sigterm exits by @ngoncharenko :: PR: #882