# pytorch-arm **Repository Path**: kumatea/pytorch-arm ## Basic Information - **Project Name**: pytorch-arm - **Description**: PyTorch wheels (whl) for ARM / armv7l, with vision, audio, text & csprng - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-06 - **Last Updated**: 2021-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pytorch-arm [PyTorch][1], [vision][2], [audio][3], [text][4] and [csprng][5] wheels (whl) for **ARMv7 / `armv7l` / ARM** devices **`pip install torch -f https://torch.maku.ml/whl/stable.html`** This repo is for releasing `armv7l` wheels. For the readme, scripts and more detailed information, please check the main project: ## **[pytorch-aarch64][6]** --- # More Info * `armv7l` wheels will not be built with `FFmpeg` support because of its performance. * Since `torchiaudio` v0.9.0, `armv7l` wheels could not be build because of unsupported instructions. --- ### Environment Yes, pull an `armv7l` docker image, run it, and you are emulating ARMv7 now. It's not as fast as using something like `gcc-arm-linux-gnu`, but it's that simple. > Host: x86 > > Target: ARMv7 / `armv7l` > > OS: Debian Buster / 10 > > GCC: v8.3.0 > > Compiling type: **Host Compile** (QEMU VM) > > Virtualization: **Docker** [1]: https://github.com/pytorch/pytorch [2]: https://github.com/pytorch/vision [3]: https://github.com/pytorch/audio [4]: https://github.com/pytorch/text [5]: https://github.com/pytorch/csprng [6]: https://github.com/KumaTea/pytorch-aarch64