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
Hi!
I'm trying to set up BentoML 1.1.11, and I've managed to get it working locally. However, when I deploy the API on AWS, I get the following error:
File "/usr/local/lib/python3.8/dist-packages/bentoml/_internal/runner/runner.py", line 52, in run
return self.runner._runner_handle.run_method(self, *args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/bentoml/_internal/runner/runner_handle/remote.py", line 346, in run_method
anyio.from_thread.run(
File "/usr/local/lib/python3.8/dist-packages/anyio/from_thread.py", line 48, in run
return async_backend.run_async_from_thread(func, args, token=token)
File "/usr/local/lib/python3.8/dist-packages/anyio/_backends/_asyncio.py", line 2143, in run_async_from_thread
return f.result()
File "/usr/lib/python3.8/concurrent/futures/_base.py", line 444, in result
return self.__get_result()
File "/usr/lib/python3.8/concurrent/futures/_base.py", line 389, in __get_result
raise self._exception
File "/usr/local/lib/python3.8/dist-packages/anyio/_backends/_asyncio.py", line 2130, in task_wrapper
return await func(*args)
File "/usr/local/lib/python3.8/dist-packages/bentoml/_internal/runner/runner_handle/remote.py", line 242, in async_run_method
raise RemoteException(
bentoml.exceptions.RemoteException: An unexpected exception occurred in remote runner textbox_ocr_recognition: [404] Not Found
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'm trying to set up BentoML 1.1.11, and I've managed to get it working locally. However, when I deploy the API on AWS, I get the following error:
I can't replicate the issue locally. Is there some configuration I'm doing wrong? This is my configuration.yml:
And this is how I define the runners:
Do you have any idea where the issue might be coming from?
Beta Was this translation helpful? Give feedback.
All reactions