[misc] feat: read environment for WandB entity (team) name#3889
Merged
wuxibin89 merged 2 commits intoverl-project:mainfrom Oct 24, 2025
Osmosis-AI:add-wandb
Merged
[misc] feat: read environment for WandB entity (team) name#3889wuxibin89 merged 2 commits intoverl-project:mainfrom Osmosis-AI:add-wandb
wuxibin89 merged 2 commits intoverl-project:mainfrom
Osmosis-AI:add-wandb
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds the ability to specify the W&B entity using the WANDB_ENTITY environment variable, which is a useful enhancement. The implementation is straightforward. One minor point is that the PR title and description refer to 'project name' while the change is about the 'entity', which could be slightly confusing. I've also included a comment to remove a redundant import to improve code clarity and adhere to standard Python style.
wuxibin89
approved these changes
Oct 24, 2025
wangboxiong320
pushed a commit
to wangboxiong320/verl
that referenced
this pull request
Nov 1, 2025
…ect#3889) ### What does this PR do? Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.
NenoL2001
pushed a commit
to NenoL2001/verl
that referenced
this pull request
Nov 3, 2025
…ect#3889) ### What does this PR do? Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.
chenjiaoAngel
added a commit
to chenjiaoAngel/verl
that referenced
this pull request
Nov 14, 2025
…ect#3889) ### What does this PR do? Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.
leisuzz
pushed a commit
to leisuzz/verl
that referenced
this pull request
Nov 18, 2025
…ect#3889) ### What does this PR do? Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.
chenhaiq
pushed a commit
to The-Hierophant/verl-1
that referenced
this pull request
Nov 18, 2025
…ect#3889) ### What does this PR do? Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.
NenoL2001
pushed a commit
to NenoL2001/verl
that referenced
this pull request
Nov 26, 2025
…ect#3889) ### What does this PR do? Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.
albertimff
pushed a commit
to albertimff/verl
that referenced
this pull request
Dec 1, 2025
…ect#3889) ### What does this PR do? Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.
TimurTaepov
pushed a commit
to giorgossideris/verl
that referenced
this pull request
Dec 20, 2025
…ect#3889) ### What does this PR do? Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.
vyomakesh0728
added a commit
to vyomakesh0728/verl
that referenced
this pull request
Jan 22, 2026
…ect#3889) ### What does this PR do? Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Read WANDB_ENTITY from environment variable to support verl logging metrics with different WandB teams.