def _get_attention_configs()

in llm_perf/common/benchmark_runner.py [0:0]


    def _get_attention_configs(self) -> List[str]:
        raise NotImplementedError(
            "This method should be implemented in the child class"
        )