feat: frequency, min_new_tokens, presence, and repetition penalties (#973)

This commit is contained in:
Juwan Yoo
2024-08-08 04:21:08 -07:00
committed by GitHub
parent 228cf47547
commit ab7875941b
20 changed files with 1898 additions and 18 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ def run_unittest_files(files: List[str], timeout_per_file: float):
p.terminate()
time.sleep(5)
print(
"\nTimeout after {timeout_per_file} seconds when running {filename}\n"
f"\nTimeout after {timeout_per_file} seconds when running {filename}\n"
)
return False