We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20d1f3 commit 6abc0acCopy full SHA for 6abc0ac
sharktuner/dispatch_tuner/dispatch_tuner.py
@@ -163,7 +163,7 @@ def main() -> None:
163
output_csv_name = (
164
f"tuning_{args.dispatch_file.stem.removesuffix('_benchmark')}.csv"
165
)
166
- csv_path = libtuner.candidate_tuning_records.export_record_to_csv(
+ csv_path = libtuner.candidate_ordering.export_record_to_csv(
167
dispatch_tuner.tuning_records, path_config.base_dir, output_csv_name
168
169
print(f"Wrote tuning records CSV: {csv_path}")
0 commit comments