Skip to content

Commit f992d15

Browse files
committed
fix
1 parent e5ce286 commit f992d15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightllm/common/triton_utils/autotuner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ def _benchmark(_run_key):
232232
kwargs_with_config["run_config"] = config
233233
run_time = self._bench(*args, current_best_ms=best_time, **kwargs_with_config)
234234
if run_time < best_time:
235-
if rank0 and best_time != float("inf"):
236-
logger.info(f"Best config for {self.name} is {_best_config} with time {best_time:.5f} -> {run_time:.5f}")
237235
best_time = run_time
238236
_best_config = config
239237
bar.set_description(f"Autotuning {self.name} [rank:{rank_id}] for {_run_key}, es:{self.early_stop_cnt / len(self.configs):.2%}, best_time: {best_time:.5f}")

0 commit comments

Comments
 (0)