Skip to content

Commit 77fd9c7

Browse files
made the necessary changes
1 parent 509be23 commit 77fd9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmtune/cli/toolkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run_one_experiment(config: Config, config_path: str) -> None:
8484
ground_truths = results_df["ground_truth"].tolist()
8585
model_preds = results_df["model_prediction"].tolist()
8686
test_suite = LLMTestSuite(tests, prompts, ground_truths, model_preds)
87-
test_suite.save_test_results("unit_test_results.csv")
87+
test_suite.save_test_results("unit_test_results.csv") # need some confirmation
8888

8989

9090
@app.command()

0 commit comments

Comments
 (0)