What's Changed
Added
- Added
wandb login --base-url {host_url}to login as an alias ofwandb login --host {host_url}. (@jacobromero in #9323)
Changed
- Temporarily disabled collecting per-core CPU utilization stats (@dmitryduev in #9350)
Fixed
- Fixed a bug causing
offlinemode to make network requests when logging media artifacts. If you are using an older version of W&B Server that does not support offline artifact uploads, use the settingallow_offline_artifacts=Falseto revert to older compatible behavior. (@domphan-wandb in #9267) - Expand sanitization rules for logged table artifact name to allow for hyphens and dots. This update brings the rules up-to-date with the current rules for artifact names. (Allowing letters, numbers, underscores, hyphens, and dots) (@nicholaspun-wandb in #9271)
- Correctly handle run rewind settings
fork_fromandresume_from. (@dmitryduev in #9331)