We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
save_references_path
1 parent d4cbe76 commit a5fc279Copy full SHA for a5fc279
1 file changed
tests/test_generation_evaluation.py
@@ -31,6 +31,7 @@ def update_args(args):
31
args.save_generations = False
32
args.save_generations_path = ""
33
args.save_references = False
34
+ args.save_references_path = ""
35
args.metric_output_path = TMPDIR
36
args.load_generations_path = None
37
args.generation_only = False
0 commit comments