We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d9520 commit e46ebccCopy full SHA for e46ebcc
src/grelu/resources/__init__.py
@@ -86,7 +86,7 @@ def _check_wandb(host:str=DEFAULT_WANDB_HOST) -> None:
86
Args:
87
host: URL of the Weights & Biases host
88
"""
89
- assert wandb.login(host=host, anonymous="allow"), f'Weights & Biases (wandb) is not configured, see {host}/authorize'
+ assert wandb.login(host=host, anonymous="must", timeout=0), f'Weights & Biases (wandb) is not configured, see {host}/authorize'
90
91
92
def projects(host: str=DEFAULT_WANDB_HOST) -> List[str]:
0 commit comments