You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/20 16:35:42 UTC

[GitHub] [incubator-tvm] szha opened a new issue #5114: MXNet Nightly Builds Moved to S3

szha opened a new issue #5114: MXNet Nightly Builds Moved to S3
URL: https://github.com/apache/incubator-tvm/issues/5114
 
 
   Hi,
   
   MXNet nightly builds have been moved from PyPI to S3 (https://github.com/pypa/pypi-support/issues/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](https://github.com/apache/incubator-mxnet/issues/16864) and [2.0](https://github.com/apache/incubator-mxnet/issues/16167) 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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen closed issue #5114: MXNet Nightly Builds Moved to S3

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #5114: MXNet Nightly Builds Moved to S3
URL: https://github.com/apache/incubator-tvm/issues/5114
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on issue #5114: MXNet Nightly Builds Moved to S3

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5114: MXNet Nightly Builds Moved to S3
URL: https://github.com/apache/incubator-tvm/issues/5114#issuecomment-601979808
 
 
   Close for now as the project does not requires nightly build from mxnet

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services