Merge branch 'main' into adding-dpo-training

This commit is contained in:
Gökdeniz Gülmez
2025-02-10 10:55:39 +01:00
committed by GitHub
17 changed files with 497 additions and 145 deletions

View File

@@ -23,7 +23,6 @@ response = generate(
tokenizer,
prompt=prompt,
verbose=True,
temp=0.0,
prompt_cache=prompt_cache,
)