microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.49k stars 4.3k forks source link

Add support to release linux aarch64 wheels #3863

Open odidev opened 2 years ago

odidev commented 2 years ago

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.