1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

find another one accelerate parameter error

This commit is contained in:
luanjintai
2023-04-10 16:40:01 +08:00
committed by Daniel Gu
parent 03866af5f9
commit 3de609dd66

View File

@@ -328,7 +328,7 @@ def main():
mixed_precision=args.mixed_precision,
log_with=args.report_to,
logging_dir=logging_dir,
accelerator_project_config=accelerator_project_config,
project_config=accelerator_project_config,
)
# Make one log on every process with the configuration for debugging.