From c5ed26372d3c469e675b8c36ec82252f9ce50e88 Mon Sep 17 00:00:00 2001 From: Roman Pope Date: Thu, 28 May 2026 01:58:59 -0400 Subject: [PATCH] Workflow: pin RIAHUB_BASE_URL to logan LAN IP --- .riahub/workflows/train.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.riahub/workflows/train.yaml b/.riahub/workflows/train.yaml index 3145d94..1a99b2e 100644 --- a/.riahub/workflows/train.yaml +++ b/.riahub/workflows/train.yaml @@ -27,6 +27,10 @@ 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 the model-download base URL to logan's internal LAN IP. + # External riahub.ai LFS batch endpoint is unreachable from runner; + # internal IP works directly. + RIAHUB_BASE_URL: "http://192.168.0.170:3000" steps: - name: Display basic runner info run: |