mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-14 06:24:42 +02:00
1. refactor maaslib to modelscope 2. fix UT error 3. support pipeline which does not register default model Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8988388
6 lines
163 B
Python
6 lines
163 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
|
|
from .base import Model
|
|
from .builder import MODELS, build_model
|
|
from .nlp import BertForSequenceClassification
|