Commit Graph

2170 Commits

Author SHA1 Message Date
mulin.lyh
e75f5b4bc4 version to 1.9.3 2023-10-13 22:42:08 +08:00
mulin.lyh
2d0d0689bf Merge branch 'master' into release/1.9 2023-10-13 22:39:59 +08:00
mulin.lyh
049bde9ddf move venv import from file level to class level to avoid import error… (#575)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14301042
* move venv import from file level to class level to avoid import error… (#575)

* move venv import from file level to class level to avoid import error on windows


---------

authored-by: Zhicheng Zhang <zhangzhicheng.zzc@alibaba-inc.com>
2023-10-13 22:27:51 +08:00
mulin.lyh
6e424cdb69 force upgrade transformers when build image
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14293744
* force upgrade transformers when build image
2023-10-13 19:54:48 +08:00
mulin.lyh
4ac59e29b0 refactor ci to analyze file dependency
import分析不需要实际import文件,通过静态扫描,得到文件中定义的符号,在分析import时找到import的符号所在的文件,从而建立起关联。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14281794
* refactor ci

* fix typo

* fix bug

* test

* add indirect import name resolve

* remove test code
2023-10-13 14:11:30 +08:00
hemu.zp
4cad376298 Add llm_first parameter for pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14264249

* support llm_first parameter

* register_module(Tasks.text_generation)

* fix bug

* update format & fix out_base64 for int4

* pre-commit
2023-10-13 14:04:04 +08:00
baiguan.yt
582c3a5415 add pasd_v2 保真度更好
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14202282
2023-10-11 09:59:19 +08:00
mulin.lyh
2b9248de08 modify hub use https 2023-10-10 10:16:08 +08:00
hemu.zp
d64cfa48bc Support int4 model for llm_pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14214673

* use ms qwen update

* support baichuan2 int4

* update qwen vl unittest and fix bug

* init from AutoModelForCausalLM

* add todo for AutoModelForCausalLM
2023-10-09 16:16:33 +08:00
mulin.lyh
74532181d0 add jupyterlab install to docker v1.9.2 2023-09-28 17:30:38 +08:00
mulin.lyh
c12b22ae3d fix onnxruntime providers parameter compatible issue 2023-09-28 17:20:21 +08:00
mulin.lyh
7f4fef0c3a fix provider bug 2023-09-28 17:20:21 +08:00
mulin.lyh
c3e2a0e842 fix provider bug 2023-09-28 17:14:42 +08:00
mulin.lyh
e7ecb55e00 remove onnxruntime version 2023-09-28 14:30:55 +08:00
mulin.lyh
146e69e6ba fix onnxruntime providers parameter compatible issue 2023-09-28 14:19:36 +08:00
mulin.lyh
f6d4107b0a fix onnxruntime issue 2023-09-28 10:49:51 +08:00
mulin.lyh
31d04f45b7 force reinstall 1.9.2 2023-09-28 01:06:32 +08:00
狄咖
8d0ffa47b3 [feat]chat pipeline 2023-09-28 00:56:38 +08:00
狄咖
74abc2e63f [feat]chat pipeline 2023-09-28 00:54:41 +08:00
Jintao Huang
61bd1570e7 remove ignore_file_pattern 2023-09-27 23:59:45 +08:00
mulin.lyh
2dcc6b0cca Merge branch 'update_automodel' 2023-09-27 23:58:07 +08:00
mulin.lyh
0b4c1e6178 Merge branch 'master' of http://gitlab.alibaba-inc.com/Ali-MaaS/MaaS-lib 2023-09-27 23:57:46 +08:00
Jintao Huang
983ca6e1b6 remove ignore_file_pattern 2023-09-27 21:15:55 +08:00
Jintao
cc05737816 fix hf bug (#569) 2023-09-27 21:06:20 +08:00
lingcai.wl
c72c95cce6 [to #51336898] fix minor problems in deploying
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14190317
2023-09-27 21:06:20 +08:00
mulin.lyh
dc7da322cb Merge remote-tracking branch 'origin/github_hf_fix_0927' 2023-09-27 21:03:57 +08:00
lingcai.wl
d22a785136 [to #51336898] fix minor problems in deploying
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14190317
2023-09-27 19:42:54 +08:00
Jintao
addee56af0 fix hf bug (#569) 2023-09-27 18:44:12 +08:00
mulin.lyh
0075684692 add use gpu arg 2023-09-27 13:51:11 +08:00
mulin.lyh
938ded199a Merge branch 'release/1.9' of http://gitlab.alibaba-inc.com/Ali-MaaS/MaaS-lib into release/1.9 2023-09-27 12:42:56 +08:00
mulin.lyh
6944d41734 skip install detection2 in cpu 2023-09-27 11:47:23 +08:00
mulin.lyh
212445f0bc Merge branch 'release/1.9' of http://gitlab.alibaba-inc.com/Ali-MaaS/MaaS-lib into release/1.9 2023-09-27 09:39:34 +08:00
mulin.lyh
749cb37d0a fix hf bug (#567)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14181647
* fix hf bug (#567)
2023-09-27 09:34:24 +08:00
mulin.lyh
f426e49d3b fix hf bug (#567)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14181647
* fix hf bug (#567)
2023-09-27 09:33:32 +08:00
mulin.lyh
00e822d73e version to 1.9.2 2023-09-26 22:07:04 +08:00
wenmeng.zwm
1e7a170089 Merge branch master-merge-github925 into master
Title: add install swift from oss 
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14181483
2023-09-26 21:34:53 +08:00
mulin.lyh
01defd40e8 version to 1.9.2 2023-09-26 21:24:59 +08:00
mulin.lyh
29f4445dc2 modify docker file 2023-09-26 21:23:38 +08:00
mulin.lyh
396473cbab Merge branch 'master' into release/1.9 2023-09-26 21:20:00 +08:00
mulin.lyh
23f1f474bf Merge branch 'master-github' into master-merge-github925
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14164566
2023-09-26 21:15:41 +08:00
mulin.lyh
dd9fa8b69c add install swift from oss 2023-09-26 16:40:26 +08:00
mulin.lyh
7fa3634ce4 skip compatible issuel cases 2023-09-26 15:23:05 +08:00
mulin.lyh
223f13ae80 fix lint issue 2023-09-26 11:00:08 +08:00
mulin.lyh
d57bd0bfd6 fix ci issue 2023-09-26 10:54:42 +08:00
mulin.lyh
6c7a19ca35 fix ci issue 2023-09-25 23:53:36 +08:00
myf272609
2ee65141e6 [to #42322933] add 3dhuman render and animation models
新增3D人物模型渲染pipeline
新增3D角色自动驱动pipeline

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14146042

* upload 3dhuman render and animation code

* remove chumpy dependence

* feat: Fix conflict, auto commit by WebIDE

* modify code structure, add user inputs, etc.

* add output path
2023-09-25 21:09:18 +08:00
mulin.lyh
614889e351 Merge branch 'master-github' into master-merge-github925 2023-09-25 20:27:40 +08:00
mulin.lyh
0bf29cf7c4 Merge branch 'master' of gitlab.alibaba-inc.com:Ali-MaaS/MaaS-lib into master-gitlab 2023-09-25 20:24:32 +08:00
jinmao.yk
0dd95b27dd add texture generation task(文本引导纹理生成)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14123234
* add texture generation task

* add output dir

* add input
2023-09-25 20:03:04 +08:00
Wang Qiang
ef97e3b0fe support swift trainer and pipeline (#547)
* support swift trainer and pipeline

* support swift lora pipeline

* stable diffusion xl trainer

* tests sdxl

* fix diffusers attention

* swift support

* support swift sd

---------

Co-authored-by: 翊靖 <yijing.wq@alibaba-inc.com>
2023-09-25 19:24:54 +08:00