in llm_perf/benchmark_runners/cuda/update_llm_perf_cuda_pytorch.py [0:0]
def get_benchmark_name(self, model: str, **kwargs) -> str:
weights_config = kwargs["weights_config"]
attn_implementation = kwargs["attn_implementation"]
return f"{model}-{weights_config}-{attn_implementation}-{self.backend}"