mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* support seedbench * update docstrings * update * update * update * update according to review * rebase * fix lint * update
5 lines
117 B
Python
5 lines
117 B
Python
from .dump_results import DumpResults
|
|
from .seedbench import SEEDBenchAcc
|
|
|
|
__all__ = ['DumpResults', 'SEEDBenchAcc']
|