From 6da3ce6204dc12cadc4886406ca60c2bbcc434f2 Mon Sep 17 00:00:00 2001 From: ash Date: Thu, 28 May 2026 07:19:35 -0400 Subject: [PATCH] Training run - 2026-05-28 07:19:35 --- .riahub/train_configs/model/model.yaml | 2 +- .riahub/workflows/train.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.riahub/train_configs/model/model.yaml b/.riahub/train_configs/model/model.yaml index 6a0fae1..4183b59 100644 --- a/.riahub/train_configs/model/model.yaml +++ b/.riahub/train_configs/model/model.yaml @@ -1,5 +1,5 @@ source: wavesfm name: WavesFM Linear Probe task: rml -epochs: 4 +epochs: 10 batch_size: 2048 diff --git a/.riahub/workflows/train.yaml b/.riahub/workflows/train.yaml index d2b092b..acb0c0b 100644 --- a/.riahub/workflows/train.yaml +++ b/.riahub/workflows/train.yaml @@ -18,7 +18,7 @@ jobs: runs-on: "ubuntu-24.04" env: WAVESFM_TASK: "rml" - WAVESFM_EPOCHS: "4" + WAVESFM_EPOCHS: "10" WAVESFM_BATCH_SIZE: "2048" WAVESFM_OUTPUT_DIR: "/opt/wavesfm/output" # Single source of truth for the cloned WavesFM repo location. @@ -219,8 +219,8 @@ jobs: sudo env GIT_TERMINAL_PROMPT=0 git "$@" fi } - REPO_PATH='/qoherent/icc-demo.git' - DEST_ROOT='/opt/qmb/riahub/dataset/qoherent/icc-demo/main' + REPO_PATH='/qoherent/icc-28.git' + DEST_ROOT='/opt/qmb/riahub/dataset/qoherent/icc-28/main' sudo mkdir -p "$(dirname "$DEST_ROOT")" if ! command -v git-lfs >/dev/null 2>&1; then sudo apt-get update -y @@ -238,14 +238,14 @@ jobs: sudo git -C "$DEST_ROOT" remote add origin "$REPO_URL" || continue sudo git -C "$DEST_ROOT" sparse-checkout init --no-cone || continue sudo git -C "$DEST_ROOT" sparse-checkout set --no-cone -- \ - 'icc_canary_2026_05_28-v1.0.0.h5' || continue - if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin '9f87fa9fe2badd314ad81379064e236ea494e89d'; then + 'datasets/icc28-train_v1.0.0.h5' || continue + if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin '1d9083f05d0538110f09e710865b078eba30964b'; then continue fi if ! sudo env GIT_TERMINAL_PROMPT=0 GIT_LFS_SKIP_SMUDGE=1 git -C "$DEST_ROOT" -c advice.detachedHead=false checkout FETCH_HEAD; then continue fi - if ! git_auth -C "$DEST_ROOT" lfs fetch origin --include='icc_canary_2026_05_28-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 @@ -254,7 +254,7 @@ jobs: continue fi POINTER_FOUND=0 - _LFS_REL_PATH='icc_canary_2026_05_28-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 @@ -472,4 +472,4 @@ jobs: ${{ env.WAVESFM_OUTPUT_DIR }}/best.pth ${{ env.WAVESFM_OUTPUT_DIR }}/log.txt if-no-files-found: warn -# committed at 2026-05-28T11:12:10.069174+00:00 +# committed at 2026-05-28T11:19:35.092486+00:00