mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
7 lines
162 B
Python
7 lines
162 B
Python
![]() |
from opencompass.registry import DICT_POSTPROCESSORS
|
||
|
|
||
|
|
||
|
@DICT_POSTPROCESSORS.register_module('base')
|
||
|
def base_postprocess(output: dict) -> dict:
|
||
|
return output
|