runtime error
Exit code: 1. Reason: its") File "/home/user/.local/lib/python3.9/site-packages/transformers/pipelines/__init__.py", line 940, in pipeline framework, model = infer_framework_load_model( File "/home/user/.local/lib/python3.9/site-packages/transformers/pipelines/base.py", line 302, in infer_framework_load_model raise ValueError( ValueError: Could not load model espnet/kan-bayashi_ljspeech_vits with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForTextToWaveform'>, <class 'transformers.models.auto.modeling_auto.AutoModelForTextToSpectrogram'>). See the original errors: while loading with AutoModelForTextToWaveform, an error is thrown: Traceback (most recent call last): File "/home/user/.local/lib/python3.9/site-packages/transformers/pipelines/base.py", line 289, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/transformers/models/auto/auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "/home/user/.local/lib/python3.9/site-packages/transformers/modeling_utils.py", line 3929, in from_pretrained raise EnvironmentError( OSError: espnet/kan-bayashi_ljspeech_vits does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack. while loading with AutoModelForTextToSpectrogram, an error is thrown: Traceback (most recent call last): File "/home/user/.local/lib/python3.9/site-packages/transformers/pipelines/base.py", line 289, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/transformers/models/auto/auto_factory.py", line 567, in from_pretrained raise ValueError( ValueError: Unrecognized configuration class <class 'transformers.models.vits.configuration_vits.VitsConfig'> for this kind of AutoModel: AutoModelForTextToSpectrogram. Model type should be one of FastSpeech2ConformerConfig, SpeechT5Config.
Container logs:
Fetching error logs...