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
feat: Add exclude parameter to S3 pull functionality
- Add typesafe exclude parameter to filter out directories during S3 sync
- Valid exclude options: "checkpoints", "logs", "trajectories"
- Update pull_model_trajectories helper to exclude checkpoints and logs by default
- Enables pulling only trajectories for analysis without downloading large model weights
This is useful when analyzing trajectory data locally without needing the
model checkpoints, which can be very large and consume significant bandwidth.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
"""Download the model directory from S3 into local Backend storage. Right now this can be used to pull trajectory logs for processing or model checkpoints.
0 commit comments