update train hparams

This commit is contained in:
hiyouga
2024-06-06 01:49:20 +08:00
parent 4dc0632145
commit dc4a00dd63
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")