mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01: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
9 lines
166 B
Bash
9 lines
166 B
Bash
pip install -r requirements/docs.txt
|
|
cd docs
|
|
rm -rf build
|
|
|
|
# update api rst
|
|
#rm -rf source/api/
|
|
#sphinx-apidoc --module-first -o source/api/ ../modelscope/
|
|
make html
|