set use-deepspeed to false because it's not a dependency and installing it as a dependency under windows is a huge nightmare
This commit is contained in:
parent
29c270d1cc
commit
5f80ee9b38
|
@ -3272,7 +3272,7 @@ def setup_args(cli=False):
|
|||
'embed-output-metadata': True,
|
||||
'latents-lean-and-mean': True,
|
||||
'voice-fixer': False, # getting tired of long initialization times in a Colab for downloading a large dataset for it
|
||||
'use-deepspeed': True,
|
||||
'use-deepspeed': False,
|
||||
'voice-fixer-use-cuda': True,
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user