Commit Graph

2220 Commits

Author SHA1 Message Date
xingjun.wang
9be3cac470 update 2023-10-22 23:23:07 +08:00
xingjun.wang
f98e65a8c3 udpate 2023-10-22 22:16:40 +08:00
xingjun.wang
04002bd8c2 update 2023-10-22 20:20:11 +08:00
xingjun.wang
1a3c952174 update 2023-10-22 20:11:56 +08:00
xingjun.wang
7f096e534c update 2023-10-22 19:16:18 +08:00
xingjun.wang
bea2ce7a82 update 2023-10-22 19:06:24 +08:00
xingjun.wang
c075d13aa6 update 2023-10-22 19:05:55 +08:00
xingjun.wang
9ecf424d1b update 2023-10-22 18:55:07 +08:00
xingjun.wang
010d23f9a2 update 2023-10-22 16:10:55 +08:00
xingjun.wang
4cf929f635 update 2023-10-22 15:34:16 +08:00
xingjun.wang
5b817f916e update 2023-10-22 01:13:32 +08:00
xingjun.wang
88f98820a7 update 2023-10-21 19:24:48 +08:00
xingjun.wang
84b36e2611 update 2023-10-21 18:54:20 +08:00
xingjun.wang
2b8c6dcb03 update 2023-10-20 14:49:28 +08:00
xingjun.wxj
0f79835574 merge release/1.9 2023-10-20 14:16:06 +08:00
xingjun.wang
81b59645db update 2023-10-20 11:02:41 +08:00
xingjun.wang
bfa044fb07 update 2023-10-20 10:59:55 +08:00
xingjun.wang
0d82cd505f update 2023-10-20 10:47:06 +08:00
mulin.lyh
cbf7fd5c79 Merge branch 'release/1.9' of github.com:modelscope/modelscope into master-gitlab 2023-10-19 19:07:44 +08:00
xingjun.wang
9efc1515ae ok Merge branch 'master' of github.com:modelscope/modelscope into dev/reset_oss_timeout 2023-10-19 15:11:15 +08:00
mulin.lyh
b14f3464e5 force rebuild image v1.9.3 2023-10-19 12:30:10 +08:00
mulin.lyh
8e187bdb96 remove llama2 dup in chat task
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14359280
* remove llama2 dup in chat task
2023-10-19 12:29:13 +08:00
mulin.lyh
f493ed007c force rebuid image 2023-10-18 21:17:51 +08:00
wenmeng.zwm
e10237074e fix chatglm sp_tokenizer error
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14352495
2023-10-18 21:16:20 +08:00
suluyan.sly
6201d1bfbc [swingdeploy] oss examples
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14342415
* oss_examples
2023-10-18 17:24:26 +08:00
Jintao
0908e20da2 fix merge error (#582) 2023-10-17 22:17:13 +08:00
mulin.lyh
66430171ae fix chatglm2 can't find tokenizer issue
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14335080
* fix chatglm2 can't find tokenizer issue
2023-10-17 22:17:13 +08:00
mulin.lyh
19e7c1c807 fix ofa new transformers compatible issue
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14317517
* fix ofa new transformers compatible issue

* fix timm.layers to timm.models.layers compatible issue
2023-10-16 22:13:38 +08:00
mulin.lyh
087cb4e463 upgrade flash attention to 2.32.2 2023-10-16 16:13:28 +08:00
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
Jintao
35f31b011f fix merge error (#582) 2023-10-12 10:27:31 +08:00
liuyhwangyh
b1c9c7d2fe Merge pull request #574 from modelscope/master-merge-internal20231007
Master merge internal20231007
2023-10-11 10:31:10 +08:00
liuyhwangyh
7e12fe96f9 Merge branch 'master' into master-merge-internal20231007 2023-10-11 10:23:52 +08:00
mulin.lyh
4d099aa603 release date to 2099 2023-10-11 10:07:50 +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
tastelikefeet
362872d6bb fix onnx backend (#580) 2023-10-10 10:43:30 +08:00
Jintao
57e2647a4a remove configuration.json dependency (#579) 2023-10-10 10:43:16 +08:00
mulin.lyh
fc388bea97 Merge branch 'master-gitlab' into master-merge-internal20231007 2023-10-10 10:16:47 +08:00
mulin.lyh
507ef4e62b Merge branch 'master' of gitlab.alibaba-inc.com:Ali-MaaS/MaaS-lib into master-gitlab 2023-10-10 10:16:21 +08:00
mulin.lyh
2b9248de08 modify hub use https 2023-10-10 10:16:08 +08:00
mulin.lyh
37cfb58cc6 Merge branch 'master-gitlab' into master-merge-internal20231007 2023-10-09 17:03:13 +08:00
mulin.lyh
02d1033393 Merge branch 'master' of gitlab.alibaba-inc.com:Ali-MaaS/MaaS-lib into master-gitlab 2023-10-09 17:02:13 +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
xingjun.wang
d77f2d1122 ok Merge branch 'master' of github.com:modelscope/modelscope into dev/reset_oss_timeout 2023-10-09 15:58:02 +08:00
mulin.lyh
610cf981b1 fix test_export_speech_signal_process.py issue 2023-10-08 15:21:26 +08:00