Commit Graph

2069 Commits

Author SHA1 Message Date
aky15
fca65485c2 Update asr_inference_pipeline.py
add support for simulated streaming ASR inference.
2023-09-13 14:53:41 +08:00
mushenL
c4a6e843a9 llama2 add chat task and pipeline enable ignore_file_pattern (#533)
* init commit
2023-09-12 17:57:00 +08:00
Xiaobin
bbdcfb5317 Feature/ecomgpt (#534)
Co-authored-by: TTCoding <ttcoding@default.org>
2023-09-12 10:24:43 +08:00
wenmeng zhou
c58451baea Merge pull request #521 from modelscope/master-merge-internal20230905
Master merge internal20230905
2023-09-08 09:46:30 +08:00
liuyhwangyh
64d24df4d3 add download failed retry (#523)
* add download failed retry

* fix lint issue
2023-09-07 22:25:59 +08:00
Jintao
5c5f05021b add trust_remote_code note (#522) 2023-09-06 18:24:47 +08:00
mulin.lyh
e9f2da7f3a Merge branch 'master-gitlab' into master-merge-internal20230905 2023-09-05 18:32:01 +08:00
mulin.lyh
3d19c42d19 Merge branch 'master' of gitlab.alibaba-inc.com:Ali-MaaS/MaaS-lib into master-gitlab 2023-09-05 18:04:12 +08:00
mulin.lyh
4a0ae476e9 Merge tag 'v1.9.0' of gitlab.alibaba-inc.com:Ali-MaaS/MaaS-lib into master-gitlab
release 1.9.0
2023-09-05 17:52:56 +08:00
mulin.lyh
a9624b9d89 Merge branch 'release/1.9' of gitlab.alibaba-inc.com:Ali-MaaS/MaaS-lib into master-github 2023-09-05 17:11:09 +08:00
mulin.lyh
f1629afd70 version to 1.9.0 v1.9.0 2023-09-05 10:49:28 +08:00
mulin.lyh
797dda70bb merge github pull #519
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13900895
* merge github pull #519

* fix bug

* fix case issue

* merge github #519
2023-09-05 10:46:23 +08:00
mulin.lyh
bce5a487af merge github pull #519
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13900895
* merge github pull #519

* fix bug

* fix case issue

* merge github #519
2023-09-05 10:42:43 +08:00
mulin.lyh
8796f6689e Merge branch 'master' of https://github.com/modelscope/modelscope into master-github 2023-09-04 17:38:39 +08:00
Wang Qiang
4345f3ac8b Merge pull request #519 from XDUWQ/fix_custom
fix a bug of custom diffusion
2023-09-04 17:26:42 +08:00
XDUWQ
8d1c290acf fix a bug of custom diffusion 2023-09-04 16:44:25 +08:00
mulin.lyh
bb63a8d465 remove error log
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13891446
2023-09-04 13:40:05 +08:00
mulin.lyh
db8ec462c2 fix select case error
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13889257
* fix select case error
2023-09-04 13:40:05 +08:00
zsl01670416
4780b5fb2f modify parameter model_id to model
fix stable_diffusion_cones2, parameter model_id was modified to model, following file was changed:
1. examples/pytorch/stable_diffusion/cones2/finetune_stable_diffusion_cones2.py
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13886743
* modify parameter model_id to model
2023-09-04 13:40:05 +08:00
mulin.lyh
e78fae0135 remove error log
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13891446
2023-09-04 13:30:38 +08:00
mulin.lyh
de2d7cbc69 fix select case error
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13889257
* fix select case error
2023-09-04 11:16:28 +08:00
zsl01670416
db4162af0a modify parameter model_id to model
fix stable_diffusion_cones2, parameter model_id was modified to model, following file was changed:
1. examples/pytorch/stable_diffusion/cones2/finetune_stable_diffusion_cones2.py
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13886743
* modify parameter model_id to model
2023-09-02 08:04:54 +08:00
mulin.lyh
84647801c1 fix pipeline and image build issue
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13884178
* fix pipeline and image build issue
2023-09-01 18:08:35 +08:00
mulin.lyh
550e895452 fix docker file bug 2023-09-01 18:07:57 +08:00
mulin.lyh
c11bbb03fb fix docker file bug 2023-09-01 18:05:11 +08:00
mulin.lyh
ad1081b08e fix pipeline and image build issue
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13884178
* fix pipeline and image build issue
2023-09-01 18:02:50 +08:00
mulin.lyh
8c139ea437 version to 1.9.0rc0 2023-09-01 11:18:55 +08:00
yuze.zyz
7cd75cbe86 Merge branch master-merge-github0901 into master
Title: Merge branch 'master-github' into master-merge-github0901 
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13874155
2023-09-01 11:13:19 +08:00
mulin.lyh
38ffb128c5 Merge branch 'master-github' into master-merge-github0901 2023-09-01 09:26:46 +08:00
mulin.lyh
cdb4ea96f7 Merge branch 'master' of https://github.com/modelscope/modelscope into master-github 2023-09-01 09:24:26 +08:00
Wang Qiang
98f65f67ce Merge pull request #516 from XDUWQ/fix_crossattention
fix bugs of efficient_diffusion_tuning
2023-09-01 00:18:37 +08:00
XDUWQ
cf43991981 skip tests 2023-08-31 23:42:01 +08:00
XDUWQ
c89de1a825 skip tests 2023-08-31 21:46:12 +08:00
XDUWQ
3b0006f52c skip tests 2023-08-31 20:46:41 +08:00
XDUWQ
bb7a1c497e fix bugs 2023-08-31 20:17:29 +08:00
XDUWQ
da58f397e1 fix bugs 2023-08-31 19:24:17 +08:00
XDUWQ
83ee5b9d11 fix bugs 2023-08-31 19:12:49 +08:00
XDUWQ
7715050047 fix bugs 2023-08-31 16:59:18 +08:00
chenyafeng.cyf
7a1d40b54b five_language_recoginition_eres2net
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13856349
* five_language_recoginition_eres2net
2023-08-31 15:08:52 +08:00
XDUWQ
a9de26f683 fix bugs 2023-08-31 12:56:30 +08:00
XDUWQ
6d13b58eae fix bugx bugs 2023-08-31 12:05:04 +08:00
yuze.zyz
1c2418def8 fix tokenizer params 2023-08-31 11:25:20 +08:00
XDUWQ
c217d29309 fix bugs 2023-08-31 10:40:59 +08:00
XDUWQ
d1478db172 fix crossattention of diffusers 2023-08-31 10:11:48 +08:00
wenmeng.zwm
8148cd689c add python311 support for whl 2023-08-30 17:09:20 +08:00
mulin.lyh
82529c8130 Merge branch 'master' of https://github.com/modelscope/modelscope into master-github 2023-08-30 15:24:26 +08:00
mulin.lyh
28405071b8 Merge branch 'master-github' of https://github.com/modelscope/modelscope into master-github 2023-08-30 15:21:54 +08:00
mulin.lyh
59ec83cd2d remove cv diffusers version
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13843028
* remove cv diffusers version
2023-08-30 15:04:43 +08:00
Wang Qiang
0405fc95a9 support a10 video to video model (#512) 2023-08-30 13:34:29 +08:00
wenmeng.zwm
2ec0e5dd09 Merge branch master-merge-github0829 into master
Title: merge github code 
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13837366
2023-08-30 09:46:54 +08:00