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

* support NPHardEval * add .md file and fix minor bugs * refactor and minor fix --------- Co-authored-by: Leymore <zfz-960727@163.com>
10 lines
388 B
Python
10 lines
388 B
Python
from .cmp_GCP_D import * # noqa: F401, F403
|
|
from .cmp_KSP import * # noqa: F401, F403
|
|
from .cmp_TSP_D import * # noqa: F401, F403
|
|
from .hard_GCP import * # noqa: F401, F403
|
|
from .hard_MSP import * # noqa: F401, F403
|
|
from .hard_TSP import * # noqa: F401, F403
|
|
from .p_BSP import * # noqa: F401, F403
|
|
from .p_EDP import * # noqa: F401, F403
|
|
from .p_SPP import * # noqa: F401, F403
|