"tests/utils/test_modeling_utils.py" did not exist on "15cd68713d8d027e1033906bf39e999a24b5b5dd"
Unverified Commit a045cbd6 authored by Dobatymo's avatar Dobatymo Committed by GitHub
Browse files

only a stupid typo, but it can lead to confusion (#17930)

parent 49c8c67f
......@@ -54,7 +54,7 @@ def is_wandb_available():
# any value of WANDB_DISABLED disables wandb
if os.getenv("WANDB_DISABLED", "").upper() in ENV_VARS_TRUE_VALUES:
logger.warning(
"Using the `WAND_DISABLED` environment variable is deprecated and will be removed in v5. Use the "
"Using the `WANDB_DISABLED` environment variable is deprecated and will be removed in v5. Use the "
"--report_to flag to control the integrations used for logging result (for instance --report_to none)."
)
return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment