ancv commited on
Commit
2143f77
·
verified ·
1 Parent(s): f6c1e7e

Update modeling_spark_tts.py

Browse files
Files changed (1) hide show
  1. modeling_spark_tts.py +1 -1
modeling_spark_tts.py CHANGED
@@ -3122,7 +3122,7 @@ class SparkTTSModel(PreTrainedModel, GenerationMixin):
3122
  token=token,
3123
  revision=revision,
3124
  trust_remote_code=trust_remote_code, # Crucial if config class is remote
3125
- subfolder="", # Config is usually at the root, not subfolder
3126
  return_unused_kwargs=True,
3127
  **kwargs, # Pass remaining kwargs for config loading
3128
  )
 
3122
  token=token,
3123
  revision=revision,
3124
  trust_remote_code=trust_remote_code, # Crucial if config class is remote
3125
+ #subfolder="", # Config is usually at the root, not subfolder
3126
  return_unused_kwargs=True,
3127
  **kwargs, # Pass remaining kwargs for config loading
3128
  )