Skip to content

Commit 8a4d8be

Browse files
thomasdhcclaude
andcommitted
debug: Check if HF_TOKEN is set
Signed-off-by: Dong Hyuk Chang <9426164+thomasdhc@users.noreply.github.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 965e29f commit 8a4d8be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/ci_tests/scripts/diffusion_finetune_launcher.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ cd /opt/Automodel
3030
echo "============================================"
3131
echo "[data] Downloading dissolve dataset..."
3232
echo "============================================"
33+
echo "HF_TOKEN is set: $([ -n "$HF_TOKEN" ] && echo yes || echo no)"
34+
echo "HF_HOME=$HF_HOME"
35+
echo "HF_HUB_OFFLINE=$HF_HUB_OFFLINE"
3336
uv run --extra diffusion python -c "
3437
from huggingface_hub import snapshot_download
3538
snapshot_download('modal-labs/dissolve', repo_type='dataset', local_dir='$DATA_DIR/raw')

0 commit comments

Comments
 (0)