What's Changed
Added
- Track detailed metrics for Apple ARM systems including GPU, eCPU, and pCPU utilization, power consumption, and temperature, and memory/swap utilization (@dmitryduev in #8550)
- Allow users to link Registry artifacts without inputting the organization entity name (@estellazx in #8482)
- Added a warning message indicating that the
fpsargument will be ignored when creating a wandb.Video object from a file path string or a bytes object. (@jacobromero in #8585) - Update docstrings for
logged_artifactsandused_artifactsmethods inRunclass (@trane293 in #8624) - The
_show_operation_statssetting enables a preview of a betterrun.finish()UX (@timoffex in #8644)
Fixed
- Log power on AMD MI300X series GPUs (@dmitryduev in #8630)
- Fixed typing issue of
wandb.Api(@bdvllrs in #8548)
Changed
- Updated minimum version of
sentry-sdkto 2.0.0 to address deprecation warnings. (@jacobromero in https://github.com/wandb/wandb/compare/WB-20890)