Siddharth Pant
Siddharth Pant
> > Hi, does it mean that the command arg will no longer be required for emissary executor in v3.4? > > If so, shouldn't the documentation be updated? >...
Ok. Will do.
Someone did the change and raised a [PR for this here](https://github.com/kserve/models-web-app/pull/72) but its still in pending status. So until it passes the review people with Apple Silicon Macs can't do...
For now I have built my own arm64 image and its working on my local Apple silicon Mac. I have pushed it at [siddharthpant/models-web-app:v0.10.0](https://hub.docker.com/repository/docker/siddharthpant/models-web-app/general)
Hi team, will kindly request to review and approve this as without it its impossible to run a local setup of models-web-app on Apple silicon Macs.
Instead of depending on regex match you can directly use `request.resolver_match.kwargs['key']`
I am able to workaround this by using mid-level API instead of the above high-level API function. But will just like to highlight the issue to devs.
For now I am using raw pymongo from mongoengine as a workaround for this. So for a mongoengine Document class DocClass you will access the underlying pymongo collection and execute...