What's Changed
Added
- Optimize artifacts downloads re-verification with checksum caching (@thanos-wandb in #10157)
- Lazy loading support for
Api().runs()to improve performance when listing runs. The newlazy=Trueparameter (default) loads only essential metadata initially, with automatic on-demand loading of heavy fields like config and summary when accessed (@thanos-wandb in #10034) - Add
storage_regionoption when creating artifacts. Users can use CoreWeave AI Object Storage by specifyingwandb.Artifact(storage_region="coreweave-us")when using wandb.ai for faster artifact upload/download on CoreWeave's infrastructure. (@pingleiwandb in #10533)
Fixed
Api.artifact_exists()andApi.artifact_collection_exists()now raise on encountering timeout errors, rather than (potentially erroneously) returningFalse. (@tonyyli-wandb in #10591)