mseth10 commented on issue #19234:
URL: 
https://github.com/apache/incubator-mxnet/issues/19234#issuecomment-1016883234


   Hi @Tomaubier , here's the public MXNet 1.9 wheel that supports aarch64 
https://repo.mxnet.io/dist/python/cpu/mxnet-1.9.0-py3-none-manylinux2014_aarch64.whl
 . Currently it takes ArmPL as a dependency, so you need to install ArmPL 
corresponding to your OS from here 
https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries
   For example, these worked for me on rhel7
   ```
   # install Arm Performance Libraries
   wget 
https://developer.arm.com/-/media/Files/downloads/hpc/arm-performance-libraries/21-1-0/RHEL7/arm-performance-libraries_21.1_RHEL-7_gcc-8.2.tar?revision=d6133508-1bcc-4fca-aeb1-4bba06d3898f
   tar -xvf 
arm-performance-libraries_21.1_RHEL-7_gcc-8.2.tar\?revision\=d6133508-1bcc-4fca-aeb1-4bba06d3898f
 
   sudo 
arm-performance-libraries_21.1_RHEL-7_gcc-8.2/arm-performance-libraries_21.1_RHEL-7.sh
 -a
   export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/arm/armpl_21.1_gcc-8.2/lib
   
   # Install MXNet that takes Arm PL as a dependency
   wget 
https://repo.mxnet.io/dist/python/cpu/mxnet-1.9.0-py3-none-manylinux2014_aarch64.whl
   python3 -c 'import mxnet'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to