Kory Watson

Results 45 comments of Kory Watson

I'm using my own dockerfile to install the agent: ``` # Cloudwatch agent RUN wget https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/amd64/latest/amazon-cloudwatch-agent.deb RUN apt install ./amazon-cloudwatch-agent.deb RUN rm amazon-cloudwatch-agent.deb ``` I actually seem to be hitting...

Hi @RahulBhalley, I've written a composite operator for this operation, computing population variance (unbiased=False for the torch op). Let me know if this helps. ``` @register_torch_op() def var(context, node): inputs...

Thanks! Your contribution is included in release 0.6.0, which is being pushed out today.

@quic-nwtn , this checks from the Repolinter are already checked by our existing PR checks. Do we really need this additional linter file?

Yes. Currently we are not set up to merge public commits. When public PRs are submitted, they are merged elsewhere with the appropriate PR checks and included in the following...

Thanks @rdcdt1, we've added this to our list of models to be added. Best, Kory

In the immediate term, we're working on adding on-device demos that will run multi-part models (like controlNet) end-to-end. You should see those coming soon. Thank you for the suggestion as...

Hello, Exported ONNX models work on ARM windows with the [onnxruntime-qnn](https://pypi.org/project/onnxruntime-qnn/) package. The python package itself can run on Windows for ARM, but only via x86 emulation. This is because...

Closing as we haven't heard back since July.