OpenCompass/opencompass/runners/__init__.py
Songyang Zhang 704853e5e7
[Feature] Update pip install (#1324)
* [Feature] Update pip install

* Update Configuration

* Update

* Update

* Update

* Update Internal Config

* Update collect env
2024-07-29 18:32:50 +08:00

6 lines
213 B
Python

from .dlc import * # noqa: F401, F403
from .local import * # noqa: F401, F403
from .slurm import * # noqa: F401, F403
from .slurm_sequential import * # noqa: F401, F403
from .volc import * # noqa: F401, F403