Sahan Paliskara
Sahan Paliskara
Did you build pytorch in `multipy/multipy/runtime/third-party/pytorch` with `USE_DEPLOY=1` as it seems like your missing symbols from the build. Try running ``` cd multipy/multipy/runtime/third-party/pytorch USE_DEPLOY=1 python setup.py develop ``` and then...
@huydhn Chatting with Jon, this does not seem to be a blocker (afaict), we should be able to just create the second job
@PaliC has imported this pull request. If you are a Meta employee, you can view this diff [on Phabricator](https://www.internalfb.com/diff/D42551441).
The main limitation to using non-PyTorch is actually how we receive and send values to the interpreter. We use IValue which is native to PyTorch. If you can get numpy...
Sorry for closing this, here's the response I made to the reask of the question in #301 Yup this is exactly it. IValue isn't needed for the internals of the...
Sorry for the late reply, In theory yes, though we need to make a few tweaks to get it to work such as letting torch inductors compiler link to torch...
@PaliC has imported this pull request. If you are a Meta employee, you can view this diff [on Phabricator](https://www.internalfb.com/diff/D41349350).
@clee2000 oops thanks! (will just remake the PR) Generally, suo took it back to suo/lintrunner. Before, the next release the plan is to move it to pytorch-labs/lintrunner. Since lintrunner is...
@pytorchbot merge -g
@pytorchbot merge -g