mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-03 20:22:49 +08:00
parent
f6a8069159
commit
0622f8a3a3
@ -179,7 +179,7 @@ class Runner:
|
||||
max_new_tokens=get("eval.max_new_tokens"),
|
||||
top_p=get("eval.top_p"),
|
||||
temperature=get("eval.temperature"),
|
||||
output_dir=get("eval.output_dir")
|
||||
output_dir=output_dir
|
||||
)
|
||||
|
||||
if get("eval.predict"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user