Linux fixes for Pytorch linking#2
Conversation
|
Added examples back, only |
4a441d2 to
8873a01
Compare
|
@pedronahum by applying some git "dark magic" 🤣 I did a hard reset to your main branch. I've add a couple of convenience shell scripts to make local development without docker easier and I've added a |
|
@pedronahum just merged your upstream main branch and will tests if everything still works. Then I will push the changes here. If you prefer I can make another PR instead and we close this one. Also tried building with UPDATE: just merged |
|
Amazing @thinkpractice!! |
This is my ongoing progress on fixing the Linux linker issues. I've changed the following:
_GLIBCXX_USE_CXX11_ABI=1to buildpytorchand the swift packageAt some point the linker errors for the tests were resolved but now I'm getting them back. Will investigate tomorrow what has happened.