Files
modelscope/docs/source/change_log.md

14 lines
521 B
Markdown
Raw Normal View History

## 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