mulin.lyh
|
eb37921ad6
|
[to #45915958]feat: v1.0.2 docker file update, add deepspeed, apex, uncore
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10617428
|
2 years ago |
zfm104435
|
08327d5af9
|
在modelscope 基础镜像中添加 jupyter lab 插件,支持静默关闭功能
在modelscope 基础镜像中添加 jupyter lab 插件,用于收集用户在notebook 中的鼠标、键盘事件,来支持静默关闭功能。
主要改变如下:
1. 新增jupyterlab_active_log 插件的源码和编译后的文件
2. 修改Dockerfile.ubuntu 文件,将上述源码文件拷贝的jupyter的插件目录中。
3. 修改pip和conda 的镜像地址为阿里云的
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10690152
|
2 years ago |
mulin.lyh
|
ac07b719e9
|
[to #45546922]feat: add fasttext package
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10431169
* [to #45546922]feat: add fasttext package
|
3 years ago |
mulin.lyh
|
c51b74c2ea
|
[to #45220645]fix: fix ffmpeg mp4 encoder bug
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10284398
* [to #45220645]fix: fix ffmpeg mp4 encoder bug
|
3 years ago |
mulin.lyh
|
ad6bb1e7d9
|
[to #44790143]fix: add ipythonkernel to image for dsw
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10049527
* add ipykernel to image for dsw
|
3 years ago |
wenmeng.zwm
|
ba74cdf97e
|
[to #43878347] Rename runtime.txt to framework.txt
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10000642
* rename runtime.txt to framework.txt
|
3 years ago |
mulin.lyh
|
01bb751425
|
[to #43653669]feat: auto build docker images
auto build docker images
aone 任务: https://test.aone.alibaba-inc.com/jobs/1824567?buildId=143470479
修改任务分支
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9566518
* [to #43653669]feat: auto build docker images
|
3 years ago |
wenmeng.zwm
|
8e51a073a6
|
[to #42966122] requirements enchanment and self-host repo support
* add self-hosted repo:
* add extra requirements for different field and reduce necessary requirements
* update docker file with so required by audio
* add requirements checker which will be used later when implement lazy import
* remove repeated requirements and replace opencv-python-headless with opencv-python
example usage:
```shell
pip install model_scope[all] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html
pip install model_scope[cv] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html
pip install model_scope[nlp] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html
pip install model_scope[audio] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html
pip install model_scope[multi-modal] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html
```
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9211383
|
3 years ago |
wenmeng.zwm
|
4f7928bb6e
|
[to #42362853] formalize the output of pipeline and make pipeline reusable
* format pipeline output and check it
* fix UT
* add docstr to clarify the difference between model.postprocess and pipeline.postprocess
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9051405
|
3 years ago |
wenmeng.zwm
|
67086e26f9
|
[to #42362932] feat: docker_support
* add dockerfile
* uninstall opencv-python-headless
* update develop doc
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9020302
|
3 years ago |