Workflow: pin RIAHUB_BASE_URL to logan LAN IP
Some checks failed
WavesFM Fine-Tuning / WavesFM-Training (push) Failing after 28m9s

This commit is contained in:
P Roman Pope 2026-05-28 01:58:59 -04:00
parent feb908e84e
commit c5ed26372d

View File

@ -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: |