From 227cd8d8f29048227ef279afbe57427df4686cad Mon Sep 17 00:00:00 2001 From: Roman Pope Date: Thu, 28 May 2026 07:36:29 -0400 Subject: [PATCH] Dual-canary: ICC-28 training run (icc28-train_v1.0.0.h5) --- .riahub/workflows/train.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.riahub/workflows/train.yaml b/.riahub/workflows/train.yaml index 925d3dd..5c44208 100644 --- a/.riahub/workflows/train.yaml +++ b/.riahub/workflows/train.yaml @@ -182,7 +182,7 @@ jobs: exit 1 fi - - name: "Checkout Dataset (qoherent/icc-28/datasets/icc28-test_v1.0.0.h5)" + - name: "Checkout Dataset (qoherent/icc-28/datasets/icc28-train_v1.0.0.h5)" shell: bash timeout-minutes: 10 env: @@ -231,7 +231,7 @@ jobs: } REPO_PATH='/qoherent/icc-28.git' - DEST_ROOT='/opt/qmb/riahub/dataset/qoherent/icc-28/b307499b8c7150e10537d8f2f17fe108f0bc73db' + DEST_ROOT='/opt/qmb/riahub/dataset/qoherent/icc-28/1d9083f05d0538110f09e710865b078eba30964b' sudo mkdir -p "$(dirname "$DEST_ROOT")" if ! command -v git-lfs >/dev/null 2>&1; then sudo apt-get update -y @@ -256,8 +256,8 @@ jobs: # ``git lfs checkout`` (local) pair below instead. sudo git -C "$DEST_ROOT" sparse-checkout init --no-cone || continue sudo git -C "$DEST_ROOT" sparse-checkout set --no-cone -- \ - 'datasets/icc28-test_v1.0.0.h5' || continue - if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin 'b307499b8c7150e10537d8f2f17fe108f0bc73db'; then + 'datasets/icc28-train_v1.0.0.h5' || continue + if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin '1d9083f05d0538110f09e710865b078eba30964b'; then continue fi # See ``_render_model_checkout`` for the rationale on @@ -271,7 +271,7 @@ jobs: git -C "$DEST_ROOT" -c advice.detachedHead=false checkout FETCH_HEAD; then continue fi - if ! git_auth -C "$DEST_ROOT" lfs fetch origin --include='datasets/icc28-test_v1.0.0.h5' --exclude=""; then + if ! git_auth -C "$DEST_ROOT" lfs fetch origin --include='datasets/icc28-train_v1.0.0.h5' --exclude=""; then echo "LFS fetch failed for candidate $base, trying next" >&2 continue fi @@ -280,7 +280,7 @@ jobs: continue fi POINTER_FOUND=0 - _LFS_REL_PATH='datasets/icc28-test_v1.0.0.h5' + _LFS_REL_PATH='datasets/icc28-train_v1.0.0.h5' if [[ "$(sudo head -c 9 "$DEST_ROOT/$_LFS_REL_PATH" 2>/dev/null || true)" == "version h" ]]; then echo "LFS materialization left a pointer at $DEST_ROOT/$_LFS_REL_PATH for candidate $base, trying next" >&2 POINTER_FOUND=1 @@ -498,4 +498,4 @@ jobs: ${{ env.WAVESFM_OUTPUT_DIR }}/best.pth ${{ env.WAVESFM_OUTPUT_DIR }}/log.txt if-no-files-found: warn -# committed at 2026-05-28T11:17:49.563043+00:00 +# committed at 2026-05-28T11:36:26.414773+00:00