Package pipeline as ModelHub strategy

This commit is contained in:
Codex
2026-07-27 17:29:26 +08:00
commit dd21ca1be2
8 changed files with 1246 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
STRATEGY_ID=replace-with-platform-strategy-id
MODELHUB_USER_ACCOUNT=replace-with-modelhub-account
MODELHUB_USER_PASSWORD=replace-with-modelhub-password
PORT=8080
PIPELINE_RUN_MODE=resume
PIPELINE_START_STEP=1
PIPELINE_FORCE_RERUN_STEPS=
PIPELINE_RUN_INTERVAL_SECONDS=3600
PIPELINE_RETRY_INTERVAL_SECONDS=60