4 Commits

Author SHA1 Message Date
8fbe28decf fix: gvm + surface 2026-01-10 13:29:18 +01:00
c78c6096e0 chore: chore 2025-11-28 14:16:24 +01:00
f736c5705c refactor: update artifact_huggingface_download.sh to use dest paths without type field
Updated link_model() and verify_model_links() functions to:
- Extract target directory directly from dest path (e.g., "checkpoints/model.safetensors")
- Remove model_type parameter from function signatures
- Support multiple target directories per model when files go to different locations
- Simplified function calls throughout the script

Also added bin/ directory to .gitignore allowlist to track utility scripts.

This change complements the models_huggingface.yaml refactoring that embedded
the type directory in the dest paths.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 19:21:27 +01:00
c99904674c Initial commit 2025-11-25 08:41:49 +01:00