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
Added wandb login --base-url {host_url} to login as an alias of wandb login --host {host_url}. (@jacobromero in #9323)
Changed
Temporarily disabled collecting per-core CPU utilization stats (@dmitryduev in #9350)
Fixed
Fixed a bug causing offline mode 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 setting allow_offline_artifacts=False to 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_from and resume_from. (@dmitryduev in #9331)