Closed Harvester62 closed 1 year ago
After the latest updates to SD Web UI (Commit hash: 22bcc7be428c94e9408f589966c2040187245d81) and the installed extensions, including Accelerate module from v0.17.1 to v0.18.1 and reconfigure Accelerate, everything seems to work fine as per the console messages screenshot below (for reference):
I am therefore closing this bug report.
Is there an existing issue for this?
What happened?
A warning about dynamo_backend is displayed in the console at startup of Web UI despite having run 'accelerate config' as reported in the Dreambooth repository instructions
Steps to reproduce the problem
What should have happened?
No warning should be displayed if the entire accelerator's configuration is properly passed to the accelerator launch command
Commit where the problem happens
a9fed7c364061ae6efb37f797b6b522cb3cf7aa2
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Mozilla Firefox
Command Line Arguments
List of extensions
The list is too long to be included here
Console logs
Additional information
This is the content of the accelerator's default_config.yaml file after running the 'accelerator config' command:
compute_environment: LOCAL_MACHINE deepspeed_config: {} distributed_type: 'NO' downcast_bf16: 'no' dynamo_config: {} fsdp_config: {} gpu_ids: all machine_rank: 0 main_training_function: main megatron_lm_config: {} mixed_precision: fp16 num_machines: 1 num_processes: 1 rdzv_backend: static same_network: true tpu_env: [] tpu_use_cluster: false tpu_use_sudo: false use_cpu: false