wenmeng.zwm
cb5ee3c94a
bump version to 1.8.3
v1.8.3
2023-08-16 21:34:09 +08:00
Wang Qiang
cba07bb2fd
Fix bugs of configs file path and duration ( #476 )
...
* fix bugs of configs file path and duration
* pre commit
* delete configs
* test videocomposer model version
2023-08-16 21:15:19 +08:00
wenmeng.zwm
d7a2d64a0c
bump version into 1.8.2
v1.8.2
2023-08-15 19:55:16 +08:00
wenmeng.zwm
48fc8898e6
fix virtural tryon ut error
2023-08-15 16:47:52 +08:00
wenmeng.zwm
c2ef223020
bump version to 1.8.2rc0
2023-08-15 14:24:09 +08:00
Wang Qiang
3c3fae532c
VideoComposer: Compositional Video Synthesis with Motion Controllability ( #431 )
...
* VideoComposer: Compositional Video Synthesis with Motion Controllability
* videocomposer pipeline
* pre commit
* delete xformers
2023-08-15 14:04:20 +08:00
Jintao
79e3a90c70
fix copytree python37 bug ( #464 )
...
* fix copytree python37 bug
* add copytree_py37 function
2023-08-15 14:04:20 +08:00
Yingda Chen
bbde919a64
update example
2023-08-15 14:04:20 +08:00
wenmeng zhou
54fdc76fdb
fix pipeline check error ( #455 )
...
* fix pipeline check error
* update
2023-08-15 14:04:20 +08:00
Jintao
0e7ae942d7
add readme and warning ( #462 )
...
* add readme and warning
* fix bug
* update
* update readme
2023-08-15 14:04:20 +08:00
Zhicheng Zhang
f517dc3261
add qwen qa example with langchain
2023-08-15 14:04:20 +08:00
Zhicheng Zhang
9dd811b10d
update qwen qa example
2023-08-15 14:04:20 +08:00
Zhicheng Zhang
348d6d04e4
update QA example
2023-08-15 14:04:17 +08:00
zsl01670416
c6df118593
support load dataset for llama
...
support loading dataset for llama:
1.load dataset by MsDataset when parameters train dataset name and val dataset name were set. but there is no suitable dataset in hub.
2.load dataset by MsDataset when only parameter train dataset name was set, and then split into train dataset and validation dataset .
3.load dataset by MsDataset when user set parameter src_txt, which is a file path such as 'alpaca_data.json', and then split into training dataset and validation dataset.
4.load dataset by build dataset from file in flex training.
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13505335
2023-08-09 20:18:23 +08:00
zsl01670416
e87d04e869
support llama2 inputs to device in function generate
...
fix error inputs and model were not on the same device. if they are not on the same device, inputs will be implemented function to model device.
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13546989
* support llama inputs to device in function generate
* modify test qwen text generation according to github code
2023-08-09 20:18:23 +08:00
wenmeng zhou
d6e77ebf0f
Update framework.txt ( #453 )
...
remove version restrict for numpy and pandas
2023-08-09 18:14:57 +08:00
mushenL
9a489b13fe
llama2 max_length change ( #452 )
...
default max_length set to 2048
2023-08-09 18:14:38 +08:00
wenmeng zhou
8dff0bfe19
fix chatglm2b rope_ratio config is missing ( #440 )
2023-08-09 18:14:26 +08:00
lukeming.lkm
65d4f07841
change use_fast_att and fix bfloat loading
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13522792
* check flash att is installed even if use_fast_att is set True and fix bfloat loading
* skip pipeline model placement for quantization
* update unittest for qwen
v1.8.1
2023-08-03 16:01:14 +08:00
yuze.zyz
fe7f7d6725
fix streamer arg
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13520666
* fix streamer arg
2023-08-03 14:35:35 +08:00
wenmeng.zwm
0501dfc388
upgrade version to 1.8.1
2023-08-03 14:20:56 +08:00
wenmeng.zwm
40501c7e01
Merge branch 'release/1.8' of gitlab.alibaba-inc.com:Ali-MaaS/MaaS-lib into release/1.8
v1.8.0
2023-08-03 12:02:22 +08:00
lukeming.lkm
33e754632f
update LICENSE
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13516119
2023-08-03 12:01:48 +08:00
lukeming.lkm
74d6f13587
add LICENSE and related snippets
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13513677
2023-08-03 12:01:48 +08:00
lukeming.lkm
610ee7dea0
reformat stop_words_ids to sync QWen7b HF
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13510247
2023-08-03 12:01:48 +08:00
lukeming.lkm
366db40f80
add kwargs for save_vocabulary
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13508568
2023-08-03 12:01:48 +08:00
lukeming.lkm
2b27144384
add quantization in qwen pipelines and relevant unittests
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13499600
* add quant features
* resolve import
* resolve format
* fix save vocab
2023-08-03 12:01:48 +08:00
hejunjie.hjj
d160ff1e8b
fix bug: referring_video-object-segmentation兼容Pillow10
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13479152
* fix bug: referring_video-object-segmentation兼容Pillow10
2023-08-03 12:01:48 +08:00
lukeming.lkm
3a83f6fc35
resolve stopword logits processor
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13504522
* resolve stopword logits processor
2023-08-03 12:01:48 +08:00
suluyan.sly
15bc9e5769
update release date
2023-08-03 12:01:48 +08:00
suluyan.sly
2e9401c0b0
v1.8
2023-08-03 12:01:48 +08:00
lukeming.lkm
4f4a15c169
add qwen 7b base and chat
...
添加QWen 7b base模型和chat模型及相关pipelines
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13482235
* add qwen 7b base and chat
* fix logger
* update examples, lint test
* add unittest for qwen base and chat
* rename qwen to qwen-7b
* resolve imports and add a registry to text-generation
* reset load model from pretrained
* fix precheck
* skip qwen test case now
* remove strange file
2023-08-03 12:01:48 +08:00
wenmeng zhou
33ac4b3c3b
Feat/chatglm2 32k support ( #433 )
...
* add support for chatglm2 32k
* fix
2023-08-03 12:01:48 +08:00
suluyan.sly
2f7afe505d
remove requirement realesrgan for basicsr
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13488773
* remove requirement realesrgan for basicsr
2023-08-03 12:01:48 +08:00
mulin.lyh
5ff213aadf
init pip to aliyuncs
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13487845
* init pip to aliyuncs
2023-08-03 12:01:48 +08:00
lukeming.lkm
1366ca97df
update LICENSE
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13516119
2023-08-03 11:23:40 +08:00
lukeming.lkm
16e0dbef2a
add LICENSE and related snippets
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13513677
2023-08-03 09:40:01 +08:00
lukeming.lkm
4e00e607ac
reformat stop_words_ids to sync QWen7b HF
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13510247
2023-08-02 18:46:46 +08:00
lukeming.lkm
74659be7d0
add kwargs for save_vocabulary
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13508568
2023-08-02 18:12:44 +08:00
lukeming.lkm
a69b32609c
add quantization in qwen pipelines and relevant unittests
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13499600
* add quant features
* resolve import
* resolve format
* fix save vocab
2023-08-02 16:28:31 +08:00
hejunjie.hjj
cd3f5d659e
fix bug: referring_video-object-segmentation兼容Pillow10
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13479152
* fix bug: referring_video-object-segmentation兼容Pillow10
2023-08-02 16:28:31 +08:00
lukeming.lkm
e2c19e89e6
resolve stopword logits processor
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13504522
* resolve stopword logits processor
2023-08-02 16:28:31 +08:00
suluyan.sly
903c5690ed
update release date
2023-08-02 10:24:03 +08:00
suluyan.sly
3096ac226f
v1.8
2023-08-02 10:18:24 +08:00
lukeming.lkm
fc0a0bcf60
add qwen 7b base and chat
...
添加QWen 7b base模型和chat模型及相关pipelines
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13482235
* add qwen 7b base and chat
* fix logger
* update examples, lint test
* add unittest for qwen base and chat
* rename qwen to qwen-7b
* resolve imports and add a registry to text-generation
* reset load model from pretrained
* fix precheck
* skip qwen test case now
* remove strange file
2023-08-02 09:47:30 +08:00
wenmeng zhou
54e65b034d
Feat/chatglm2 32k support ( #433 )
...
* add support for chatglm2 32k
* fix
2023-08-01 23:22:49 +08:00
suluyan.sly
e38f67d747
remove requirement realesrgan for basicsr
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13488773
* remove requirement realesrgan for basicsr
2023-08-01 16:58:38 +08:00
mulin.lyh
70e205a54a
init pip to aliyuncs
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13487845
* init pip to aliyuncs
2023-08-01 16:58:30 +08:00
suluyana
30e11d159d
Merge branch 'release/1.8' of gitlab.alibaba-inc.com:Ali-MaaS/MaaS-lib into master-github
2023-07-31 20:33:05 +08:00
suluyan.sly
63ffe65859
remove cv requirements: basicsr
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13471366
* rm req basicsr
2023-07-31 19:36:29 +08:00