runtime error
Exit code: 1. Reason: . Please install all dependencies as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.[m Traceback (most recent call last): File "/home/user/app/app.py", line 123, in <module> demo = create_demo() File "/home/user/app/app.py", line 55, in create_demo demo = StepAudioDemo() File "/home/user/app/app.py", line 21, in __init__ self.tts_engine = StepAudioTTS(self.model_path, self.encoder) File "/home/user/app/tts.py", line 62, in __init__ self.register_speakers() File "/home/user/app/tts.py", line 128, in register_speakers self.preprocess_prompt_wav(prompt_wav_path) File "/home/user/app/tts.py", line 199, in preprocess_prompt_wav prompt_wav, prompt_wav_sr = torchaudio.load(prompt_wav_path) File "/usr/local/lib/python3.10/site-packages/torchaudio/_backend/utils.py", line 205, in load return backend.load(uri, frame_offset, num_frames, normalize, channels_first, format, buffer_size) File "/usr/local/lib/python3.10/site-packages/torchaudio/_backend/ffmpeg.py", line 297, in load return load_audio(uri, frame_offset, num_frames, normalize, channels_first, format) File "/usr/local/lib/python3.10/site-packages/torchaudio/_backend/ffmpeg.py", line 91, in load_audio waveform = _load_audio(s, filter, channels_first) File "/usr/local/lib/python3.10/site-packages/torchaudio/_backend/ffmpeg.py", line 70, in _load_audio chunk = s.pop_chunks()[0] File "/usr/local/lib/python3.10/site-packages/torio/io/_streaming_media_decoder.py", line 920, in pop_chunks ret.append(ChunkTensor(chunk.frames, chunk.pts)) File "/usr/local/lib/python3.10/site-packages/torio/io/_streaming_media_decoder.py", line 275, in __new__ return super().__new__(cls, _elem) RuntimeError: Creating a new Tensor subclass ChunkTensor but the raw Tensor object is already associated to a python object of type Tensor which is not a subclass of the requested type
Container logs:
Fetching error logs...