CNTK
CNTK copied to clipboard
Add support to release linux aarch64 wheels
trafficstars
Problem
On aarch64, pip install cntk-gpu is giving the below the error-
ERROR: Could not find a version that satisfies the requirement cntk-gpu (from versions: none)
ERROR: No matching distribution found for cntk-gpu
Resolution
On aarch64, pip install cntk-gpu should download the wheels from pypi
@liqunfu and Team Please let me know your interest in releasing aarch64 wheels. To start with can you please suggest the steps/CI you are using for building the wheel.