update version: 1.6.1rc0

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12754942
This commit is contained in:
xingjun.wxj
2023-05-25 20:28:36 +08:00
parent e2a20fd817
commit 5b99bb24fe
4 changed files with 21 additions and 9 deletions

View File

@@ -2,11 +2,11 @@ PYTHONPATH=. torchrun examples/pytorch/stable_diffusion/finetune_stable_diffusio
--model 'damo/multi-modal_efficient-diffusion-tuning-lora' \
--work_dir './tmp/stable_diffusion_tuning' \
--train_dataset_namespace 'damo' \
--train_dataset_name 'controlnet_dataset_condition_fill50k' \
--max_epochs 1 \
--train_dataset_name 'buptwq/lora-stable-diffusion-finetune-dog' \
--max_epochs 150 \
--save_ckpt_strategy 'by_epoch' \
--logging_interval 100 \
--train.dataloader.workers_per_gpu 0 \
--evaluation.dataloader.workers_per_gpu 0 \
--train.optimizer.lr 1e-5 \
--train.optimizer.lr 1e-4 \
--use_model_config true

View File

@@ -5,7 +5,7 @@ einops
filelock>=3.3.0
gast>=0.2.2
# for python3.7 python3.8 compatible
numpy<1.22.0
numpy<=1.22.0
oss2
# for datasets compatible
pandas<=1.5.3

View File

@@ -201,8 +201,8 @@ if __name__ == '__main__':
'ModelScope: bring the notion of Model-as-a-Service to life.',
long_description=readme(),
long_description_content_type='text/markdown',
author='Alibaba ModelScope team',
author_email='modelscope@list.alibaba-inc.com',
author='ModelScope team',
author_email='contact@modelscope.cn',
keywords='python,nlp,science,cv,speech,multi-modal',
url='https://github.com/modelscope/modelscope',
packages=find_packages(exclude=('configs', 'demo')),

View File

@@ -67,7 +67,7 @@ isolated: # test cases that may require excessive anmount of GPU memory or run
envs:
default: # default env, case not in other env will in default, pytorch.
dependencies: # requirement packagespip install before test case run.
- numpy>=1.20
- numpy>=1.20,<=1.21.0
- protobuf<4,>=3.20.2
tensorflow1x: # cases excuted tensorflow1.x framework.
requirements: # requirements files run before test case run.
@@ -87,9 +87,21 @@ envs:
- test_image_style_transfer.py
- test_image_portrait_stylization_trainer.py
- test_language_identification.py
- test_language_guided_video_summarization_trainer.py
- test_motion_generation.py
- test_universal_matting.py
- test_dialog_modeling.py
- test_trainer.py
- test_abnormal_object_detection.py
- test_image_face_fusion.py
- test_ocr_detection_db_trainer.py
- test_language_guided_video_summarization.py
- test_interactive_translation_pipeline.py
- test_image_defrcn_fewshot_trainer.py
- test_automatic_post_editing.py
- test_human_reconstruction.py
- test_nerf_recon_acc_trainer.py
- test_nerf_recon_acc.py
- test_speech_signal_process.py
- test_tensorboard_hook.py
- test_efficient_diffusion_tuning_trainer.py
- test_trainer.py
- test_nerf_recon_acc_trainer.py