(OPT) Fix typo in the message; s/reponse/response (#1920)

This commit is contained in:
Sungsoon Cho
2023-11-09 09:00:48 -08:00
committed by GitHub
parent db89b1bdc1
commit 51e1bd1c5d

View File

@@ -71,4 +71,4 @@ if __name__ == "__main__":
args.max_seq_len,
print_intermediate_results=False,
)
print("reponse: {}".format("".join(response)))
print("response: {}".format("".join(response)))