update train hparams

Former-commit-id: 1ca9fce55b55bf209f4b76152b586731932a3f39
This commit is contained in:
hiyouga
2024-06-06 01:49:20 +08:00
parent d992f5353f
commit 35379c7c0e
22 changed files with 22 additions and 22 deletions

View File

@@ -51,4 +51,4 @@ def print_env() -> None:
info["vLLM version"] = vllm.__version__
print("\n".join(["- {}: {}".format(key, value) for key, value in info.items()]) + "\n")
print("\n" + "\n".join(["- {}: {}".format(key, value) for key, value in info.items()]) + "\n")