You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the code from the Model Card, I get this error: ValueError: 'dac' is already used by a Transformers config, pick another name.
from .modeling_parler_tts import (
File "C:\Users\XXXX\AppData\Roaming\Python\Python311\site-packages\parler_tts\modeling_parler_tts.py", line 64, in <module>
AutoConfig.register("dac", DACConfig)
File "C:\Users\XXXX\Documents\blender-4.2.0\blender-4.2.0\4.2\python\Lib\site-packages\transformers\models\auto\configuration_auto.py", line 1038, in register
CONFIG_MAPPING.register(model_type, config, exist_ok=exist_ok)
File "C:\Users\XXXX\Documents\blender-4.2.0\blender-4.2.0\4.2\python\Lib\site-packages\transformers\models\auto\configuration_auto.py", line 737, in register
raise ValueError(f"'{key}' is already used by a Transformers config, pick another name.")
ValueError: 'dac' is already used by a Transformers config, pick another name.```
The text was updated successfully, but these errors were encountered:
Read somewhere that it could be related to the version of Transformers, however every version of Transformers allowed, all gave that error.
transformers>=4.43.0,<=4.43.3
Experiencing this, myself, and also tried the versions in that range. (Trying to run the TTS stage of the podcast notebook over in https://github.com/meta-llama/llama-recipes)
Running the code from the Model Card, I get this error:
ValueError: 'dac' is already used by a Transformers config, pick another name.
The text was updated successfully, but these errors were encountered: