mirror of
https://github.com/modelscope/modelscope.git
synced 2026-09-02 03:59:31 +02:00
5 lines
166 B
Python
5 lines
166 B
Python
from .base_head import * # noqa F403
|
|
from .base_model import * # noqa F403
|
|
from .base_torch_head import * # noqa F403
|
|
from .base_torch_model import * # noqa F403
|