Zuby Afzal
Zuby Afzal
I’d be happy to work on this
Hi @kirklandsign, I've implemented `Runtime.java` (along with a unit test) and hooked it up via JNI, but I realized the list of ops is only available on the Python side....
I’d be down to work on this!
I’d be happy to help with documentation for building from source if that’s the direction we move in.
@mergennachin Sounds good! I'll look into this and follow up soon.
@mergennachin After building PyTorch from source on an Intel-Mac and adding a `--no-deps` flag to the [pip install command](https://github.com/pytorch/executorch/blob/main/install_executorch.py#L254), I'm getting some build errors when I run `./install_executorch.sh --use-pt-pinned-commit`. Since...
I was able to prevent pip from changing the installed PyTorch build when running `install_executorch.sh --use-pt-pinned-commit` by adding the no-deps flag to the pip install command in `install_requirements.sh`. After debugging...
Hi @LefterisXefteris, I'm working on [adding Java API for runtime info](https://github.com/pytorch/executorch/issues/10438). I've implemented Runtime.java (along with a unit test) for the feature. Feel free to use the code from [my...