What's Changed
Added
- Prometheus API support for Nvidia DCGM GPU metrics collection (@dmitryduev in #9369)
Changed
Fixed
- Fixed a performance issue causing slow instantiation of
wandb.Artifact, which in turn slowed down fetching artifacts in various API methods. (@tonyyli-wandb in #9355) - Some errors from
wandb.Apihave better string representations (@timoffex in #9361) - Artifact.add_reference, when used with file URIs for a directory and the name parameter, was incorrectly adding the value of
nameto the path of the file references (@ssisk in #9378) - Fixed a bug causing
Artifact.add_reference()withchecksum=Falseto log new versions of local reference artifacts without changes to the reference URI. (@tonyyli-wandb in #9326)