Commit Graph

1084 Commits

Author SHA1 Message Date
wenmeng.zwm
881c98d751 feat: Resolve conflict, auto committed by Code 2023-10-24 19:31:23 +08:00
zhangyanzhao.zyz
ebd6ddb530 更新sentence embedding model,支持gte,bloom sentence embedding
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14375781

* fix linter

* bloom embedding
2023-10-24 15:23:50 +08:00
huizheng.hz
0911283dde add freeU model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14307648


* support sd21, sdxl
2023-10-24 15:23:50 +08:00
mulin.lyh
d30ef8b202 fix huggingface position_ids compatible issue
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14406558
* fix compatible issues

* fix transformer compatible issue

* skip case for huggingface link issue

* fix hf autotokenlizer case

* Merge branch 'fix_ci_issue' of http://gitlab.alibaba-inc.com/Ali-MaaS/MaaS-lib into fix_ci_issue
2023-10-24 15:18:55 +08:00
Firmament-cyou
a3ae55577f Support swift in llm_pipeline. (#595)
* support swift in llm_pipeline

* adjust function name
2023-10-24 14:31:24 +08:00
zhangyanzhao.zyz
fb7328f4ec 更新sentence embedding model,支持gte,bloom sentence embedding
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14375781

* fix linter

* bloom embedding
2023-10-20 19:56:01 +08:00
huizheng.hz
690473ce85 add freeU model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14307648


* support sd21, sdxl
2023-10-20 16:10:54 +08:00
mulin.lyh
e93610f636 Merge branch 'master-gitlab' into master-merge-internal20231019 2023-10-19 19:12:00 +08:00
mulin.lyh
2d0d0689bf Merge branch 'master' into release/1.9 2023-10-13 22:39:59 +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
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
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
146e69e6ba fix onnxruntime providers parameter compatible issue 2023-09-28 14:19:36 +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
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
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
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
lipandeng.lpd
514848251c prost add support for cpu
支持cpu
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14126219
2023-09-25 14:19:16 +08:00
yuanzhi.zyz
860cdf5f48 add onnx exporter for ocr recognition model
1. 添加ocr recognition相关的exporter,支持现有三类模型转onnx
2. 更新lightweight模型
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14135723
* add ocr recognition export and update lightweight model

* fix
2023-09-25 11:34:53 +08:00
xixing.tj
e7e712c5c2 add onnx exporter for ocr_detection db model
支持ocr_detection db pytorch模型转onnx
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14117993
* add onnx exporter for ocr_detection db model

* add code for onnx convert

* fix bug
2023-09-25 11:34:28 +08:00
ryan.yy
04b24814ca 新建模型 image_control_3d_portrait
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14003131

* add image_control_3d_portrait code

* update requirements

* remove duplicate plyfile

* update test_image_control_3d_portrait code

* update test code

* update requirements

* change face landmark models and  revise as cr suggests

* add save images choice

* add image_control_3d_portrait.jpg

* mv ops related code to modelscope/ops
2023-09-25 11:23:02 +08:00
yanyi.ys
e686db72e5 zero123-XL-图像视角变换
该代码用于对给定图片中的物体进行多视角的生成,并且能够按照指定的视角进行生成。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13902247
* [to #42322933] add files

* update test data

* [to #42322933] add files

* [to #42322933] add files

* [to #42322933] add files

* [to #42322933] add files

* [to #42322933] add files

* [to #42322933] add files

* [to #42322933] add files

* Merge remote-tracking branch 'origin' into feature/image_view_transform
merge master

* [to #42322933] add files

* [to #42322933] add files

* Merge remote-tracking branch 'origin' into feature/image_view_transform
merge the master

* [to #42322933] add files

* [to #42322933] add files

* [to #42322933] add files

* [to #42322933] add files

* [to #42322933] add files

* [to #42322933] add files
2023-09-24 16:21:53 +08:00
suluyan.sly
d7c2a91e2c swing deploy api
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14103985
* tester

* bug fixed: download_file not import

* input example analyzer

* api: get_task_input_examples

* update chat

* 43 task

* fix decode_base64

* json format

* schema
2023-09-22 19:18:57 +08:00
biwen.lbw
10d1fbe86f add head_reconstruction and text_to_head model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14099746

* add head_reconstruction and text_to_head model

* change savedir
2023-09-21 10:41:25 +08:00
mulin.lyh
8c80b0c3f5 support master branch version and add http request id
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14072105
* support master branch version and add http request id

* modify no revision use master

* add specified revision="master"

* error message add request id
2023-09-20 19:29:30 +08:00
rujiao.lrj
6b09cb3d7a add model for card correction
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14049168
2023-09-19 19:20:19 +08:00
mulin.lyh
0ed8fd5199 skip huggingface download cases 2023-09-15 15:26:18 +08:00
mulin.lyh
bfdda3822a Merge branch 'master-github' into merge_github_0912 2023-09-12 18:22:40 +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
mulin.lyh
e297672fa0 skip hf download 2023-09-11 16:56:50 +08:00
baiguan.yt
4449de9d03 add PASD image super-resolution for facechain and more Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13924655
* add parameters height and width

* update pipeline
2023-09-07 16:53:54 +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
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
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
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
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
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
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
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
mulin.lyh
28405071b8 Merge branch 'master-github' of https://github.com/modelscope/modelscope into master-github 2023-08-30 15:21:54 +08:00