Unverified Commit bbc2a030 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

[Import Utils] Fix naming (#2118)

parent 1e216be8
...@@ -363,7 +363,7 @@ BACKENDS_MAPPING = OrderedDict( ...@@ -363,7 +363,7 @@ BACKENDS_MAPPING = OrderedDict(
("librosa", (is_librosa_available, LIBROSA_IMPORT_ERROR)), ("librosa", (is_librosa_available, LIBROSA_IMPORT_ERROR)),
("k_diffusion", (is_k_diffusion_available, K_DIFFUSION_IMPORT_ERROR)), ("k_diffusion", (is_k_diffusion_available, K_DIFFUSION_IMPORT_ERROR)),
("wandb", (is_wandb_available, WANDB_IMPORT_ERROR)), ("wandb", (is_wandb_available, WANDB_IMPORT_ERROR)),
("omageconf", (is_omegaconf_available, OMEGACONF_IMPORT_ERROR)), ("omegaconf", (is_omegaconf_available, OMEGACONF_IMPORT_ERROR)),
] ]
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment