What's Changed
Added
- Support queue template variables in launch sweep scheduelr jobs (@KyleGoyette in #7787)
Fixed
- Use
sys.exit()instead ofos._exit()if an internal subprocess exits with a non-zero code (@timoffex in #7866) - Fix an occasional race condition when using
corethat could affect run logs (@timoffex in #7889) - Fix OSError on
Artifact.download(skip_cache=True)when encountering different filesystems (@tonyyli-wandb in #7835)