Skip to content

[MISC] Unpin wandb in CI.#2604

Draft
hughperkins wants to merge 2 commits intoGenesis-Embodied-AI:mainfrom
hughperkins:hp/wandb-gt-0-25
Draft

[MISC] Unpin wandb in CI.#2604
hughperkins wants to merge 2 commits intoGenesis-Embodied-AI:mainfrom
hughperkins:hp/wandb-gt-0-25

Conversation

@hughperkins
Copy link
Collaborator

Description

Related Issue

Resolves Genesis-Embodied-AI/Genesis#

Motivation and Context

How Has This Been / Can This Be Tested?

Screenshots (if appropriate):

Checklist:

  • I read the CONTRIBUTING document.
  • I followed the Submitting Code Changes section of CONTRIBUTING document.
  • I tagged the title correctly (including BUG FIX/FEATURE/MISC/BREAKING)
  • I updated the documentation accordingly or no change is needed.
  • I tested my changes and added instructions on how to test it for reviewers.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

wandb 0.22.1+ defaults to lazy=True for api.runs(), returning
empty config dicts until a run is explicitly loaded. This broke
the config["revision"] lookup in alarm.py. Adding lazy=False
restores eager loading and works on all wandb versions, so the
<0.25 pin is no longer needed.

Made-with: Cursor
@hughperkins hughperkins changed the title [MISC] Unpin wandb [MISC] Unpin wandb. Mar 25, 2026
@hughperkins hughperkins changed the title [MISC] Unpin wandb. [MISC] Unpin wandb in CI. Mar 25, 2026
@github-actions
Copy link

🔴 Benchmark Regression Detected ➡️ Report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant