Re-render with ubuntu-latest label (routes to dawson-standard CPU runner)
Some checks failed
WavesFM Fine-Tuning / WavesFM-Training (push) Has been cancelled

This commit is contained in:
P Roman Pope 2026-05-28 02:39:26 -04:00
parent 0844b20ee4
commit 98926eb4a1

View File

@ -15,7 +15,7 @@ permissions:
jobs:
WavesFM-Training:
runs-on: "dawson-standard"
runs-on: "ubuntu-latest"
env:
WAVESFM_TASK: "rml"
WAVESFM_EPOCHS: "3"
@ -27,7 +27,6 @@ jobs:
# downstream step uses the env var, no hard-coded paths.
WAVESFM_REPO_DIR: "/opt/wavesfm/repo"
WAVESFM_ADAPTED_DATA: "/opt/wavesfm/adapted_data.h5"
# Override model-download base URL to internal LAN IP (external proxy LFS unreachable from runner)
RIAHUB_BASE_URL: "http://192.168.0.170:3000"
steps:
- name: Display basic runner info
@ -490,4 +489,4 @@ jobs:
${{ env.WAVESFM_OUTPUT_DIR }}/best.pth
${{ env.WAVESFM_OUTPUT_DIR }}/log.txt
if-no-files-found: warn
# committed at 2026-05-28T06:36:42.903115+00:00
# committed at 2026-05-28T06:39:26.910514+00:00