Files
bin/artifact_huggingface_download.sh
Sebastian Krüger 5199f0fa98 fix: reorder logic in link_model() and verify_model_links() to check file_mappings first
Previously, both functions called find_model_files() with empty filters before
checking for explicit file mappings, causing premature exit when filters were empty.

Now both functions check for file_mappings FIRST, then call find_model_files()
only after confirming mappings exist. This fixes critical linking failures for
models with explicit file mappings but no filename filters.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 19:45:32 +01:00

59 KiB
Executable File