Richard Abrich
Richard Abrich
Thank you for reporting this @KrishPatel13. Can you please run `poetry update av` and try again?
Reported by Bach Vu on Discord: ``` Last login: Fri Sep 20 13:53:00 on ttys000 macbook@May-tinh-xach-tay-cua-Macbook ~ % cd OpenAdapt macbook@May-tinh-xach-tay-cua-Macbook OpenAdapt % poetry shell Spawning shell within /Users/macbook/Library/Caches/pypoetry/virtualenvs/openadapt-o9nVgTAt-py3.10 macbook@May-tinh-xach-tay-cua-Macbook...
@nmstoker the ~~dataset~~ weights are automatically downloaded in [`download.py`](https://github.com/microsoft/OmniParser/pull/52/files#diff-0754e2389b0a4982ce0106c260cf218699e6f2061105043cc24acc7398d1d38b) in https://github.com/microsoft/OmniParser/pull/52. This downloads the weights from https://huggingface.co/microsoft/OmniParser. Edit: correction
@Nempickaxe see https://github.com/microsoft/OmniParser/pull/52 for automated downloading using huggingface_hub in [`Dockerfile`](https://github.com/microsoft/OmniParser/pull/52/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R60) and automatic deployment to EC2 in [`deploy.py`](https://github.com/microsoft/OmniParser/pull/52/files#diff-5c9ed18af9a5f902219d12c3044ccb193c2c304a3748d02702889c2ca5703978).
See https://github.com/microsoft/OmniParser/pull/52 for a [download.py](https://github.com/microsoft/OmniParser/pull/52/files#diff-0754e2389b0a4982ce0106c260cf218699e6f2061105043cc24acc7398d1d38b) script that automates downloading the weights (used in this [Dockerfile](https://github.com/microsoft/OmniParser/pull/52/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557) in the same PR).
Just guessing: looks like it's running out of memory. You can confirm with `docker stats `. Try adjusting the Docker resources with e.g. `--memory="4g"`.
@techsparkling from your screenshot it appears you are running multiple containers. Can you please clarify exactly the steps you took to arrive in this situation? As it stands you haven't...
We are working on this at https://github.com/OpenAdaptAI/OmniMCP. Feedback welcome!
From @0dm on Discord: > ok so removing the @logger.catch in replay(...) lets the error reporter do its thing, but i get an error related to QT because of the...