What's Changed
Added
- Added support for overriding kaniko builder settings in the agent config (@TimH98 in #7191)
- Added link to the project workspace of a run in the footer (@kptkin in #7276)
- Added support for overriding stopped run grace period in the agent config (@TimH98 in #7281)
- Added setting (
_disable_update_check) to disable version checks during init (@kptkin in #7287) WandbLogger.syncin the OpenAI Fine-Tuning integration gets a newlog_datasetsboolean argument to turn off automatic logging of datasets to Artifacts (@morganmcg1 in #7150)- Reduced default status print frequency of launch agent. Added verbosity controls to allow for increased status print frequency and printing debug information to stdout (@TimH98 in #7126)
Changed
- Limit policy option on artifact cli's put() to choices, ["mutable", "immutable"] (@ibindish in #7172)
- Updated artifact public api methods to handle nullable Project field on the ArtifactSequence/ArtifactCollection type, based on gorilla server changes (@ibindlish in #7201)
Fixed
- Fixed
run.save()not working with files insiderun.dir, introduced in previous release (@timoffex in #7261) - Fixed wandb.login causing runs not to be associated with launch queue (@KyleGoyette in #7280)
- Fixed job artifact download failing silently and causing run crash when using W&B Launch (@KyleGoyette in #7285)
- Fix handling of saving training files to Artifacts in the OpenAI Fine-Tuning integration (@morganmcg1 in #7150)