Re-render with ubuntu-latest label (routes to dawson-standard CPU runner)

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: jobs:
WavesFM-Training: WavesFM-Training:
runs-on: "dawson-standard" runs-on: "ubuntu-latest"
env: env:
WAVESFM_TASK: "rml" WAVESFM_TASK: "rml"
WAVESFM_EPOCHS: "3" WAVESFM_EPOCHS: "3"
@ -27,7 +27,6 @@ jobs:
# downstream step uses the env var, no hard-coded paths. # downstream step uses the env var, no hard-coded paths.
WAVESFM_REPO_DIR: "/opt/wavesfm/repo" WAVESFM_REPO_DIR: "/opt/wavesfm/repo"
WAVESFM_ADAPTED_DATA: "/opt/wavesfm/adapted_data.h5" 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" RIAHUB_BASE_URL: "http://192.168.0.170:3000"
steps: steps:
- name: Display basic runner info - name: Display basic runner info
@ -490,4 +489,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-28T06:36:42.903115+00:00 # committed at 2026-05-28T06:39:26.910514+00:00