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
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_predict[tts-1] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_predict[tts-1-hd] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_apredict[tts-1] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_apredict[tts-1-hd] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_batch[tts-1] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_batch[tts-1-hd] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_abatch[tts-1] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_abatch[tts-1-hd] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_audio_transcription[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_audio_translation[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_stream[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_apredict[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_astream[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_batch[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_abatch[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
Root Cause
No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
Potential Solutions
check if the file exists and if the path is well inputed in the test file
Additional Context (optional)
No response
Type of Test Case
Unit
The text was updated successfully, but these errors were encountered:
Test Case
tests/unit/llms/OpenAIAudioTTS_unit_test.py
Pytest Logs
Root Cause
No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
Potential Solutions
check if the file exists and if the path is well inputed in the test file
Additional Context (optional)
No response
Type of Test Case
Unit
The text was updated successfully, but these errors were encountered: