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 placeholder _log() implementation for ServerlessBackend (#422)
Implements a local file-based placeholder for ServerlessBackend._log() to
unblock usage of ServerlessBackend with code that calls model.log().
Changes:
- Writes trajectory groups to local JSONL files using same format as LocalBackend
- Uses /tmp/serverless-training-logs by default (configurable via ART_SERVERLESS_LOG_DIR)
- Organizes logs by model name, split, and step number
- Marked with TODO for future proper serverless API implementation
This allows ServerlessBackend to be used immediately while proper remote
logging is being developed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
0 commit comments