apex icon indicating copy to clipboard operation
apex copied to clipboard

How to solve the incompatibility problem between apex and zero shot tts

Open v-sanzha opened this issue 8 months ago • 1 comments

When I installed apex and zero short tts, apex could not run properly. Here is the error log:

File "/opt/conda/envs/ptca/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 226, in instantiate return instantiate_node( File "/opt/conda/envs/ptca/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 347, in instantiate_node return _call_target(target, partial, args, kwargs, full_key) File "/opt/conda/envs/ptca/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 97, in _call_target raise InstantiationException(msg) from e hydra.errors.InstantiationException: Error in call to target 'tts.ZeroshotTTS': InstantiationException('Error in call to target 'models.dragon.acoustic_model.AcousticLM':\nModuleNotFoundError("No module named 'fused_layer_norm_cuda'")\nfull_key: acoustic_model')

v-sanzha avatar Apr 28 '25 09:04 v-sanzha

Could you please provide reproducer steps?

nWEIdia avatar Oct 03 '25 22:10 nWEIdia