Files
bin/artifact_huggingface_download.sh
Sebastian Krüger 71f7391fd1 fix: match filename only in grep pattern for HuggingFace cache structure
HuggingFace cache flattens repository directory structure into snapshots.
When YAML specifies "vae/model.safetensors", the cache stores it as just
"model.safetensors" without preserving the vae/ subdirectory.

Changed grep pattern from "/$source_pattern$" to "/$filename_only$" to
match the actual flattened cache structure instead of the logical repo path.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 20:08:28 +01:00

58 KiB
Executable File