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

CNTK Python wheels are not available as Web App is down #3838

Closed delzac closed 3 years ago

delzac commented 3 years ago

Hi,

I'm trying to download the wheel for cntk2.7 but its not available at all. https://cntk.ai/PythonWheel/GPU/cntk_gpu-2.7.post1-cp36-cp36m-win_amd64.whl

image

@thiagocrepaldi Can fix be fixed? I'm still using cntk.

kevin1020 commented 3 years ago

have you ever tried to install it with conda? it works for me. btw, what happened to the web app ? I cant visit it either. Will it be restored?

delzac commented 3 years ago

In the end, i copy and paste the cntk folder and files from one envs into a new one.

If anyone has the original wheel, do post it here. I'll be happy to host it.

prasanthpul commented 3 years ago

you can get them from https://pypi.org/project/cntk/#files and https://pypi.org/project/cntk-gpu/#files

delzac commented 3 years ago

Ahhh, okay got it! I always thought that the PyPI was not updated to the latest.

ntw-au commented 3 years ago

This is also affecting us downloading the CPU-only C++ binaries for Linux, which we also are still dependent on. In the event of the web app not being restored, is there a mirror for CNTK-2-7-Linux-64bit-CPU-Only.tar.gz available anywhere?