[diffusion] CI: change ground truth repo (#24219)

This commit is contained in:
Mick
2026-05-01 21:25:40 -07:00
committed by GitHub
parent 63f225ca2e
commit b7d4647568
3 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
"""
Publish diffusion CI ground-truth images to sglang-bot/sglang-ci-data
Publish diffusion CI ground-truth images to sgl-project/ci-data
via the GitHub API (same pattern as publish_traces.py).
"""
@@ -41,8 +41,8 @@ else:
verify_token_permissions,
)
REPO_OWNER = "sglang-bot"
REPO_NAME = "sglang-ci-data"
REPO_OWNER = "sgl-project"
REPO_NAME = "ci-data"
BRANCH = "main"
DEFAULT_TARGET_DIR = "diffusion-ci/consistency_gt/sglang_generated"