Nemanja Milosevic
Nemanja Milosevic
Okay, so it seems your kernel is calling the architecture `arm64` and not `aarch64`. So let's try the following, rename `torch-1.1.0-cp37-cp37m-linux_aarch64.whl` to `torch-1.1.0-cp37-cp37m-linux_arm64.whl` and try again. That should get you...
DNF is for python 3.7, so your change is ok. If you want to build pytorch for 3.6 just run `python3.6 setup.py install` instead of `python3 setup.py install`.
Thanks for the report! What is the output of `dpkg --print-architecture` in Termux (not Fedora chroot)?
Does this solve your problem? https://github.com/termux/proot/issues/9
I've merged the PR from @lovenemesis Please use F26 until we figure out what is going on with the F27 image.
Hi, I am more than happy to leave this here, but since I didn't build it I am uncomfortable with adding it directly to the repo. Hope you understands, and...
Yes, this version is fully compatible with ARM! :) Thanks for this info. If you have time, you can write a section in the README, I happily accept PR's. ;)...
Raspberry Pi 3 should be ARM64, so you should use aarch64 build?
Could you please provide the output of `uname -a`? Thanks!
Please see the discussion in #3 about this issue. I think you need an actual 64-bit OS to run pytorch for 64 bits.