fix: add missing git-branch parameter to compile-and-train template

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-22 17:11:29 +01:00
parent 099f386d57
commit 1d47636474

View File

@@ -39,6 +39,8 @@ spec:
# ── Compile ──
- name: commit-sha
value: HEAD
- name: git-branch
value: main
- name: cuda-compute-cap
value: "90"
# ── Training ──