Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

MXNet Nightly Builds Moved to S3 #438

Closed
szha opened this issue Mar 20, 2020 · 1 comment
Closed

MXNet Nightly Builds Moved to S3 #438

szha opened this issue Mar 20, 2020 · 1 comment

Comments

@szha
Copy link

szha commented Mar 20, 2020

Hi,

MXNet nightly builds have been moved from PyPI to S3 (pypi/support#243). If this project requires the nightly builds for CI validation, please make sure that your CI pipeline now takes the nightly builds from https://dist.mxnet.io/python. Furthermore, as MXNet 1.7 and 2.0 are currently in progress simultaneously, we are releasing nightly builds for both 1.x and 2.x. Take mxnet-cu102 for example:

If you need the nightly builds for 1.x:

pip install --pre "mxnet-cu102<2" -f https://dist.mxnet.io/python

If you need the nightly builds for 2.x:

pip install --pre "mxnet-cu102>=2" -f https://dist.mxnet.io/python

Feel free to close this issue if the necessary changes have been made, or If the project doesn't rely on MXNet nightly builds. Thanks.

@galnov
Copy link
Contributor

galnov commented Mar 25, 2020

Thanks Sheng.
Coach does not rely on MXNet nightly builds, so closing this issue.

@galnov galnov closed this as completed Mar 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants