This commit is contained in:
hiyouga
2024-10-08 17:48:56 +08:00
parent f8a2cc6105
commit 451d271718
8 changed files with 12 additions and 14 deletions

View File

@@ -140,4 +140,4 @@ def export_model(args: Optional[Dict[str, Any]] = None) -> None:
)
except Exception as e:
logger.warning("Cannot save tokenizer, please copy the files manually. Error: {}".format(e))
logger.warning("Cannot save tokenizer, please copy the files manually: {}.".format(e))