Files
bin/artifact_huggingface_download.sh
Sebastian Krüger 0c62e90006 fix: correct bash string substitution for cache directory path
Fix the bash parameter expansion to properly replace all forward slashes
with double hyphens when converting HuggingFace repo IDs to cache paths.

Changed from: ${repo_id//\/--}  (incorrect syntax)
Changed to:   ${repo_id//\//--} (correct syntax)

This fixes the 'Cache directory not found' error when using --cleanup flag.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 17:01:05 +01:00

54 KiB
Executable File