wenmeng.zwm
261cbb78ce
Merge branch 'master-gitlab' into merge_master_github_1128
3 years ago
mulin.lyh
2a8e653169
[to #46408569 ]fix: pipeline and trainer user-agent add not replacement.
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10890156
* [to #46408569 ]fix: pipeline and trainer user-agent add not replacement.
3 years ago
wenmeng.zwm
3b78421236
fix: torch.concat compatibility with torch1.8
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10885659
3 years ago
qianmu.ywh
fc6d0c64bc
add image_depth_estimation: model, pipeline, test
接入图像深度估计模型,新增model、pipeline、test
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10857764
3 years ago
shiyi.zxh
b386a4ee50
adapt to different wav input
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10886461
3 years ago
mulin.lyh
a4c36a2920
[to #46273042 ]feat: pipeline trainer stat information from snapshot_download
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10837490
3 years ago
Yingda Chen
d5ee8aa66d
move long-running test to level 2
3 years ago
wenmeng.zwm
b2dd4af2ae
fix conflict
3 years ago
Yingda Chen
a82dbb8f97
Merge pull request #33 from modelscope/codegeex_code_translation
CodeGeex code translation and generation
ut failed due to a known run.py environment setup issue that is being fixed. nothing to do with the change itself.
3 years ago
Yingda Chen
355b1f336e
Merge pull request #35 from pengzhendong/master
[pipelines] support wenet
note: ut failed is due to a run.py enveironment setup issue that is being fixed. nothing to do with the change.
3 years ago
shichen.fsc
acb8d36699
[to #42322933 ] add extractive-summarization and topic-segmentation
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10856839
3 years ago
jiangyu.xzy
2b62084146
add funasr based asr inference
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10868583
3 years ago
xingjun.wxj
7b167861a4
[to #42322933 ] add features for alimeeting competition dataset
1. add ExternalDataset methods for csv/txt/json/jsonl files on the oss storage
2. add user-define delimiter for csv in meta.
3. supports internal dataset
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib
3 years ago
bin.xue
1969c3a1db
test: add new demo data
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10872422
3 years ago
shuaigezhu
028551cd62
add code_generation files
3 years ago
shuaigezhu
c9064caa58
add code_generation
3 years ago
pengzhendong
02d2469e55
check wenetruntime
3 years ago
shiyi.zxh
7661470350
ofa增加asr任务
ofa增加asr任务infer
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10761019
3 years ago
shuaigezhu
65adde14d8
remove uttest
3 years ago
pengzhendong
a2532210af
fix wenetruntime version
3 years ago
Yingda Chen
f5e84a5149
modifiy copyright header
3 years ago
lulu.lcq
ff171500bb
[to #42322933 ] add dpm-solver for diffusion models
为diffusion模型加入dpm solver支持,相比ddim scheduler快2~6倍。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10826722
3 years ago
pengzhendong
b0cf09d7b0
[ci] chang pypi url to tsinghua
3 years ago
pengzhendong
eb2ef3a1cf
[lint] fix lint
3 years ago
pengzhendong
2605824dea
[tests] add unittest
3 years ago
mulin.lyh
24b12698aa
[to #46342279 ]fix: fix some time test_skin_retouching.py failed
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10851834
* [to #46342279 ]fix: fix some time test_skin_retouching.py failed
3 years ago
mulin.lyh
70deb0190b
[to #46289830 ]feat: hub sdk support retry and continue-download after error
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10814720
3 years ago
zhangzhicheng.zzc
7fc49e5fa0
support table recognition task
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10773667
3 years ago
wenmeng.zwm
7c0d7f872c
[to 43878347] support batch inference in pipeline
It is recommented that each pipleine should implement `_batch` to make a list of preprocessed data into a batched data dict.
Then by paasing batch_size=n we can use batch inference in pipline, for example
```python
img_captioning = pipeline(
Tasks.image_captioning,
model='damo/ofa_image-caption_coco_large_en')
results = img_captioning(
[{
'image': 'data/test/images/image_captioning.png'
} for _ in range(6)],
batch_size=2)
```
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10051193
3 years ago
shuaigezhu
1ab8a1f764
updated
3 years ago
shuaigezhu
f171552ee3
updated
3 years ago
wendi.hwd
ff55bd9436
support camouflaged-detection
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10834768
3 years ago
liugao.lg
31689a0139
merge master& add multi-gpu for ofa
新增对ofa多GPU训练的支持
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10838906
3 years ago
pengzhendong
2e30caf1e6
[pipelines] add wenetruntime
3 years ago
xianzhe.xxz
9da5091d4d
add damoyolo-t & damoyolo-m
1. add damoyolo-t & damoyolo-m models
2. fix the configuration overlap error
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10816561
3 years ago
shuaigezhu
db0f25a594
init
3 years ago
zhangzhicheng.zzc
5f719e542b
[to #42322933 ] add nlp/addr/structure and update token classificaiton related method
3 years ago
Yingda Chen
c32c0e5cfe
Merge pull request #30 from modelscope/merge_master_internal_1118
Merge master internal 1118
3 years ago
wenmeng.zwm
584fa8f586
merge internal master
3 years ago
Yingda Chen
0451b3d3cb
rename some constants
3 years ago
yingda.chen
9ad831f5c1
revert stat collection
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10780767
3 years ago
mulin.lyh
f1ef4d8d9f
[to #46219277 ]fix pre-commit pycqa flake8 to github
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10778739
* [to #46219277 ]fix pre-commit pycqa flake8 to github
3 years ago
leyuan.hjy
1a127ed997
fix outputs none
fix 输出为空的情况
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10725840
3 years ago
zhangzhicheng.zzc
ed9d2b5436
bug fixed in token classification postprecessor
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10763022
* [fix sequence labeling postprocess bug]
3 years ago
Yingda Chen
2e41326849
Merge pull request #29 from modelscope/merge_master_internal_1116
Merge master internal to master
3 years ago
mulin.lyh
90a5efa1c2
[to #46106568 ]feat: parallel run ci case
3 years ago
shuying.shu
10926a06d4
fix bug for downloading hugging face pretrained model http error
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10750369
3 years ago
bin.xue
3798677395
[to #42322933 ] bug fix: deadlock when setting the thread number up to 90
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10743508
* fix: load model directly from .pth
3 years ago
wenmeng.zwm
f0e92bf5f2
upgrade flake8 precommit repo to fix linter test failed
3 years ago
wenmeng.zwm
9f2de967c5
merge master and fix conflict
3 years ago