in llm_perf/benchmark_runners/cpu/update_llm_perf_cpu_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}"