Commit Graph

1657 Commits

Author SHA1 Message Date
suluyana
20b12f2e5f trigger the citest 2023-05-15 18:49:29 +08:00
suluyana
947f9a201b update example & pass test_tts_trainer 2023-05-15 17:32:05 +08:00
suluyana
8be9dd383e file not exist error 2023-05-15 16:34:09 +08:00
suluyana
ab79fc437f fix format 2023-05-15 10:56:58 +08:00
suluyana
ac6620b384 Merge branch 'master' into llama_finetune 2023-05-15 10:21:22 +08:00
suluyana
dd77941188 bug fixed 2023-05-15 10:20:46 +08:00
suluyana
9ff4ab1cd8 fix format 2023-05-14 19:50:01 +08:00
suluyana
bf69a8e948 fix nccl timeout 2023-05-14 19:30:14 +08:00
Xingjun.Wang
52aea36c12 Merge pull request #302 from modelscope/langgz-patch-1
add vad model and punc model in README.md
2023-05-12 19:52:44 +08:00
zhifu gao
34e6f76c80 add vad model and punc model in README.md
add vad model and punc model
2023-05-12 18:46:24 +08:00
Wang Qiang
9ba53ad3ba Correcting the lora stable diffusion example script (#300) 2023-05-12 18:15:53 +08:00
veelion
d88ec54500 fix: device arg not work, rename device to ngpu (#272) 2023-05-12 18:15:18 +08:00
Xingjun.Wang
72b617dab9 Merge pull request #289 from Restry/patch-1
修复 fid_dialogue_pipeline.py 在cpu下推理时的异常
2023-05-12 15:38:53 +08:00
Xingjun.Wang
75410651ba Merge pull request #297 from slin000111/master
add torch2 compile to nlp pipelines
2023-05-12 11:03:15 +08:00
Wang Qiang
63777b995d Fix bug: install taming error prompt (#296) 2023-05-11 15:23:22 +08:00
slin000111
5a0e022133 Merge branch 'modelscope_dev'
translation evaluation pipeline
2023-05-11 15:16:46 +08:00
slin000111
d76303d324 translation evaluation pipeline 2023-05-11 15:11:22 +08:00
slin000111
76af9b70f5 Merge branch 'modelscope_dev'
add argument compile to nlp pipelines
2023-05-11 10:33:39 +08:00
slin000111
1c5222d6c1 add argument compile to nlp pipelines 2023-05-11 10:27:45 +08:00
suluyana
95985e391f update config 2023-05-10 20:46:30 +08:00
suluyana
0179368f7b feat: llama training & update deepspeed hook 2023-05-10 16:51:26 +08:00
Li Tong
626b60e8c2 fix issue: Batch and single are not uniform #215 (#258)
* fix issue: Batch and single are not uniform #215, https://github.com/modelscope/modelscope/issues/215

* remove extra code

* fix bug

* update test

---------

Co-authored-by: ezeli.lt <ezeli.lt@alibaba-inc.com>
Co-authored-by: hemu <hemu.zp@alibaba-inc.com>
2023-05-10 10:49:54 +08:00
xfanplus
cb35b9c04e fix type checking of inputs for np.array (#271)
* fix type checking of inputs for np.array

inputs type of np.ndarray is not checked correctly.

* add docstr for /preprocessor.py

add docstr about np.ndarray, shape and order
2023-05-10 10:34:42 +08:00
leway
1f2bb82ea6 Update fid_dialogue_pipeline.py
修复在cpu下推理时的错误,这里不应该检查cuda是否可用。这里的逻辑似乎有错误
2023-05-07 14:51:47 +08:00
Wang Qiang
9bfc4a9d83 Add finetuning stable diffusion example (#285) 2023-04-28 10:18:42 +08:00
Xu Wenqing
e8bca5a11e Set default topk when num_classes < 5 (#269)
* set default topk when num_classes < 6

* add comments

* format changes with yapf

---------

Co-authored-by: Xu Wenqing <xwq391974@alibaba-inc.com>
2023-04-18 20:30:13 +08:00
Firmament-cyou
e841261557 Merge pull request #275 from modelscope/master-merge-internal2023-0417
Master merge internal2023 0417
2023-04-17 15:01:30 +08:00
zhifu.gzf
a40c6f452e support funasr for mac
增加asr pipeline对于mac支持,在mac上自测没问题
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12341467
2023-04-17 10:17:55 +08:00
hemu.zp
4f300c8632 Fix generate for ModelForTextGeneration
Separate the `generate` function, no longer use the implementation in the transformers library to avoid error due to transformers version upgrades.
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12340643
2023-04-16 02:05:41 +08:00
hemu.zp
b3e7eca817 lmit mmdet version
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12339472
2023-04-15 17:08:55 +08:00
yuze.zyz
2650d37094 Fix the log level and return value of push_to_hub
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12338218
2023-04-15 16:42:35 +08:00
hemu.zp
a4bafd8b25 Add requirements for jsonplus
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12331254
2023-04-14 14:05:36 +08:00
zhangzhicheng.zzc
04e8ddc41e fix update ast not remove origin information
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12319197
2023-04-13 16:10:07 +08:00
hehong.chh
10101e08aa skip FidDialogueTest temporarily, due to the model is set to non-public
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12315621
2023-04-13 13:27:25 +08:00
yuze.zyz
87c30bc711 Merge branch master-merge-github-0413 into master
Title: Merge branch 'master-github' into master-merge-github-0413 
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12313282
2023-04-13 11:11:05 +08:00
hemu
9f2f1c066a change file names 2023-04-13 10:41:18 +08:00
hemu
672f25266f Merge branch 'master-github' into master-merge-github-0413 2023-04-13 10:32:01 +08:00
slin000111
92d7eae5b9 add token classification example and gpt3 one layer test (#268) 2023-04-13 10:21:00 +08:00
yuze.zyz
d48e436ae2 [Bug Fix] Fix losing files
1. Recommit and merge losing files on push-to-hub feature
2. Fix a failure to build a int tensor with float values
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12308629
2023-04-13 10:08:23 +08:00
zhangzhicheng.zzc
afdea20e39 plugin support trainer
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12311477
* add plugin import before build trainer
2023-04-13 10:06:44 +08:00
hemu.zp
4e78f611e6 Add sortedcontainers to requirements
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12310786
2023-04-12 22:26:56 +08:00
zhangzhicheng.zzc
522b2ed08f plugin add modelscope source
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12306018
2023-04-12 20:38:13 +08:00
yuze.zyz
1f95021bc4 bump master version to 1.5.0 2023-04-12 19:33:46 +08:00
hemu.zp
7b4a0ea02c Merge branch master-merge-github-0412 into master
Title: Merge branch 'master-merge-github-0412' into master 
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12304662
2023-04-12 19:16:11 +08:00
hemu.zp
aa561a1818 Support split and merge for megatron_base model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12288423
2023-04-12 16:23:35 +08:00
hemu
305006e18a Merge branch 'master-github' into master-merge-github-0412 2023-04-12 15:51:20 +08:00
chaojie.mcj
283517de08 add efficient tunner modules 2023-04-11 22:26:13 +08:00
shouzhou.bx
467b782799 [to 4.15] add pedestrian attribute recognition model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12288506
2023-04-11 20:46:02 +08:00
xianzhe.xxz
2fe3812f98 add compatibility for torchvision>0.10.0
add compatibility for torchvision>0.10.0
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12292460
2023-04-11 19:59:59 +08:00
yuze.zyz
2c15888084 update test data 2023-04-11 19:33:27 +08:00