replicate / cog-whisper

Run OpenAI Whisper as a Cog model
Apache License 2.0
60 stars 43 forks source link

Python 3.10.4 - Prediction interrupted #1

Open saharaquant opened 1 year ago

saharaquant commented 1 year ago

Hello, I'm using your API for the past week and i started to get failures today when trying to use it.

Error: raise ModelError(prediction.error) replicate.exceptions.ModelError: Prediction interrupted; please retry (code: PA)

Full log:

Traceback (most recent call last): File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/main.py", line 39, in cli.main() File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 430, in main run() File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 284, in run_file runpy.run_path(target, run_name="main") File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 321, in run_path return _run_module_code(code, init_globals, run_name, File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 135, in _run_module_code _run_code(code, mod_globals, init_globals, File "/Users/x/.vscode/extensions/ms-python.python-2023.10.0/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 124, in _run_code exec(code, run_globals) File "/Users/x/Desktop/Work/xy/app/test.py", line 48, in main() File "/Users/x/Desktop/Work/xy/app/test.py", line 37, in main output = replicate.run( File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/site-packages/replicate/client.py", line 140, in run

This is quite urgent