1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

find another one accelerate parameter error

This commit is contained in:
luanjintai
2023-04-10 16:40:01 +08:00
committed by Will Berman
parent b5d0a9131d
commit 85f1c19282

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.