mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01:00
14 lines
521 B
Markdown
14 lines
521 B
Markdown
|
|
## v 0.1.0 (20/05/2022)
|
||
|
|
|
||
|
|
First internal release for pipeline inference
|
||
|
|
|
||
|
|
* provide basic modules including fileio, logging
|
||
|
|
* config file parser
|
||
|
|
* module registry and build, which support group management
|
||
|
|
* add modules including preprocessor, model and pipeline
|
||
|
|
* image loading and nlp tokenize support in preprocessor
|
||
|
|
* add two pipeline: image-matting pipeline and text-classification pipeline
|
||
|
|
* add task constants according to PRD
|
||
|
|
* citest support
|
||
|
|
* makefile and scripts which support packaging whl, build docs, unittest
|