Former-commit-id: d8ddd07c2ed14d871fb25743c20265fc99e3e221
This commit is contained in:
hiyouga
2024-10-08 17:48:56 +08:00
parent 43a1189371
commit aa22bf217f
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))