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 6abc0ac commit 63144d1Copy full SHA for 63144d1
sharktuner/dispatch_tuner/dispatch_tuner.py
@@ -161,7 +161,7 @@ def main() -> None:
161
print(summary_log_file.resolve())
162
163
output_csv_name = (
164
- f"tuning_{args.dispatch_file.stem.removesuffix('_benchmark')}.csv"
+ f"tuning_{args.dispatch_file.stem}.csv"
165
)
166
csv_path = libtuner.candidate_ordering.export_record_to_csv(
167
dispatch_tuner.tuning_records, path_config.base_dir, output_csv_name
0 commit comments