Unverified Commit 2affeb29 authored by Stefan Schweter's avatar Stefan Schweter Committed by GitHub
Browse files

trainer_tf: adjust wandb installation command (#12291)

parent af6e01c5
...@@ -115,7 +115,7 @@ class TFTrainer: ...@@ -115,7 +115,7 @@ class TFTrainer:
elif os.getenv("WANDB_DISABLED", "").upper() not in ENV_VARS_TRUE_VALUES: elif os.getenv("WANDB_DISABLED", "").upper() not in ENV_VARS_TRUE_VALUES:
logger.info( logger.info(
"You are instantiating a Trainer but W&B is not installed. To use wandb logging, " "You are instantiating a Trainer but W&B is not installed. To use wandb logging, "
"run `pip install wandb; wandb login` see https://docs.wandb.com/huggingface." "run `pip install wandb && wandb login` see https://docs.wandb.com/huggingface."
) )
if is_comet_available(): if is_comet_available():
......
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