add a latest tag for regular axolotl image, cleanup extraneous print statement (#746)

This commit is contained in:
Wing Lian
2023-10-19 12:28:29 -04:00
committed by GitHub
parent 3a99495b05
commit 70157ccb8f
2 changed files with 4 additions and 2 deletions

View File

@@ -34,6 +34,5 @@ def check_example_labels(example, tokenizer, text_only=False):
delimiter = "" if text_only else " "
LOG.info(delimiter.join(colored_tokens))
LOG.info("\n\n\n")
print(" ".join(colored_tokens))
return " ".join(colored_tokens)