我想在基于 Debian Linux 的操作系统 ( ev3dev ) 上安装 PyTorch。
系统规格(乐高 Mindstorms EV3):
- 64 MB 内存
- TI Sitara AM18080(ARM926EJ-S 内核)@300 MHz
- 已安装的 Python 版本:Python 3.5.3、Python 3.9.4
- 32 GB SD 卡
以下安装命令:
pip3 install torch==1.10.0+cpu
导致错误:Could not find a version that satisfies the requirement torch==1.10.0+cpu
现在,我的问题是,是否可以在这样的系统上安装和运行 PyTorch。如果可以安装,是否可以以可接受的性能运行?
谢谢你的任何提示。