mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
only a stupid typo, but it can lead to confusion (#17930)
This commit is contained in:
parent
49c8c67fb8
commit
a045cbd6c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user