You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove log tail limit in validation script for model loading detection
The validation script was failing to detect successful model loading because
it used --tail=200 to check container logs. Since model containers generate
many health check logs after startup, the "model loaded" messages were
beyond the 200-line limit.
Changes:
- Remove --tail=200 from model-a validation (line 98)
- Remove --tail=200 from model-b validation (line 110)
- Now scans entire log history for "model loaded" message
Fixes#391
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
0 commit comments