def _get_weights_configs()

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


    def _get_weights_configs(self, subset: str) -> Dict[str, Dict[str, Any]]:
        raise NotImplementedError(
            "This method should be implemented in the child class"
        )