def get_benchmark_config()

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


    def get_benchmark_config(self, model: str, **kwargs) -> BenchmarkConfig:
        raise NotImplementedError(
            "This method should be implemented in the child class"
        )