Add separated workflow for validation

This commit is contained in:
Rodrigo Antonio de Araujo 2024-10-09 16:57:34 -03:00
parent b848932c13
commit 3305c4cd84
3 changed files with 1722 additions and 2 deletions

View File

@ -11,7 +11,7 @@ export CUDA_VISIBLE_DEVICES="0"
# if you are not using wth 8 gus, change `accelerate_config_machine_single.yaml` num_processes as your gpu number # if you are not using wth 8 gus, change `accelerate_config_machine_single.yaml` num_processes as your gpu number
accelerate launch --config_file accelerate_config_machine_single_single_process.yaml --multi_gpu \ accelerate launch --config_file accelerate_config_machine_single_single_process.yaml --multi_gpu \
train_cogvideox_lora.py \ train_cogvideox_lora_weak.py \
--gradient_checkpointing \ --gradient_checkpointing \
--pretrained_model_name_or_path $MODEL_PATH \ --pretrained_model_name_or_path $MODEL_PATH \
--cache_dir $CACHE_PATH \ --cache_dir $CACHE_PATH \

File diff suppressed because it is too large Load Diff