Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MXNet Nightly Builds Moved to S3 #797

Closed
szha opened this issue Mar 20, 2020 · 5 comments
Closed

MXNet Nightly Builds Moved to S3 #797

szha opened this issue Mar 20, 2020 · 5 comments

Comments

@szha
Copy link
Member

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.

@szha
Copy link
Member Author

szha commented Mar 22, 2020

cc @fhieber

@fhieber
Copy link
Contributor

fhieber commented Mar 24, 2020

Thanks @szha, very useful!

@fhieber
Copy link
Contributor

fhieber commented Mar 26, 2020

@szha, I set up daily tests with Sockeye and MXNet nightly builds for linux and macos (see https://github.com/awslabs/sockeye/runs/535058631?check_suite_focus=true). It seems that the latest nightly build for Ubuntu is from 3/15. Is this expected?

@szha
Copy link
Member Author

szha commented Apr 30, 2020

@fhieber sorry for the late reply. the nightly builds should be up and running now. when do you expect related infra change to finish?

@fhieber
Copy link
Contributor

fhieber commented May 1, 2020

@szha Yes, the nightly builds now use recent versions! Thank you!

@fhieber fhieber closed this as completed May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants