Dual-canary: ICC-28 training run (icc28-train_v1.0.0.h5)
All checks were successful
WavesFM Fine-Tuning / WavesFM-Training (push) Successful in 4m2s
All checks were successful
WavesFM Fine-Tuning / WavesFM-Training (push) Successful in 4m2s
This commit is contained in:
parent
a9c9d72bb1
commit
227cd8d8f2
|
|
@ -182,7 +182,7 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
shell: bash
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
|
|
@ -231,7 +231,7 @@ jobs:
|
||||||
}
|
}
|
||||||
|
|
||||||
REPO_PATH='/qoherent/icc-28.git'
|
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")"
|
sudo mkdir -p "$(dirname "$DEST_ROOT")"
|
||||||
if ! command -v git-lfs >/dev/null 2>&1; then
|
if ! command -v git-lfs >/dev/null 2>&1; then
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
|
|
@ -256,8 +256,8 @@ jobs:
|
||||||
# ``git lfs checkout`` (local) pair below instead.
|
# ``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 init --no-cone || continue
|
||||||
sudo git -C "$DEST_ROOT" sparse-checkout set --no-cone -- \
|
sudo git -C "$DEST_ROOT" sparse-checkout set --no-cone -- \
|
||||||
'datasets/icc28-test_v1.0.0.h5' || continue
|
'datasets/icc28-train_v1.0.0.h5' || continue
|
||||||
if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin 'b307499b8c7150e10537d8f2f17fe108f0bc73db'; then
|
if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin '1d9083f05d0538110f09e710865b078eba30964b'; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
# See ``_render_model_checkout`` for the rationale on
|
# 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
|
git -C "$DEST_ROOT" -c advice.detachedHead=false checkout FETCH_HEAD; then
|
||||||
continue
|
continue
|
||||||
fi
|
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
|
echo "LFS fetch failed for candidate $base, trying next" >&2
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
@ -280,7 +280,7 @@ jobs:
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
POINTER_FOUND=0
|
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
|
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
|
echo "LFS materialization left a pointer at $DEST_ROOT/$_LFS_REL_PATH for candidate $base, trying next" >&2
|
||||||
POINTER_FOUND=1
|
POINTER_FOUND=1
|
||||||
|
|
@ -498,4 +498,4 @@ jobs:
|
||||||
${{ env.WAVESFM_OUTPUT_DIR }}/best.pth
|
${{ env.WAVESFM_OUTPUT_DIR }}/best.pth
|
||||||
${{ env.WAVESFM_OUTPUT_DIR }}/log.txt
|
${{ env.WAVESFM_OUTPUT_DIR }}/log.txt
|
||||||
if-no-files-found: warn
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user