CogVideo/finetune/accelerate_config.yaml
Yuxuan Zhang 39c6562dc8 format
2025-03-22 15:14:06 +08:00

22 lines
522 B
YAML

compute_environment: LOCAL_MACHINE
gpu_ids: "0,1,2,3,4,5,6,7"
num_processes: 8 # should be the same as the number of GPUs
debug: false
deepspeed_config:
deepspeed_config_file: configs/zero2.yaml # e.g. configs/zero2.yaml, need use absolute path
zero3_init_flag: false
distributed_type: DEEPSPEED
downcast_bf16: 'no'
enable_cpu_affinity: false
machine_rank: 0
main_training_function: main
num_machines: 1
rdzv_backend: static
same_network: true
tpu_env: []
tpu_use_cluster: false
tpu_use_sudo: false
use_cpu: false