"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "14fc1a246761c563b7cfc984b87356b14df1e8c5"
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:
elif os.getenv("WANDB_DISABLED", "").upper() not in ENV_VARS_TRUE_VALUES:
logger.info(
"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():
......
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