Files
bin/artifact_huggingface_download.sh
Sebastian Krüger 33e0a0f2d0 fix: resolve stat command multi-line output breaking verify command
The stat command was producing multi-line output which broke the pipe-delimited
return format of verify_model_download(). Fixed by:
- Testing which stat format works (Linux vs macOS) before executing
- Using proper format flags to get single-line date output
- Defaulting to 'Unknown' instead of relying on fallback chain

This fixes the issue where all models showed as 'NOT DOWNLOADED' even when
present in the cache.
2025-11-25 15:14:01 +01:00

45 KiB
Executable File