You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/06 06:44:27 UTC

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #17221: MXNet nightly breaks horovod integration

eric-haibin-lin opened a new issue #17221: MXNet nightly breaks horovod integration 
URL: https://github.com/apache/incubator-mxnet/issues/17221
 
 
   https://buildkite.com/horovod/horovod/builds/1784#8b441e99-241b-4a94-9e77-fcf3dfce8c9d 
   ```
   OSError: /usr/local/lib/python2.7/dist-packages/horovod/mxnet/mpi_lib.so: undefined symbol: _Z14NormalizeErrorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
   ```
   
   @apeforest 

----------------------------------------------------------------
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-mxnet] leezu commented on issue #17221: MXNet nightly breaks horovod integration

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #17221: MXNet nightly breaks horovod integration 
URL: https://github.com/apache/incubator-mxnet/issues/17221#issuecomment-571741063
 
 
   Or @szha who also has the appropriate rights to change the pipeline.

----------------------------------------------------------------
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-mxnet] leezu commented on issue #17221: MXNet nightly breaks horovod integration

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #17221: MXNet nightly breaks horovod integration 
URL: https://github.com/apache/incubator-mxnet/issues/17221#issuecomment-571740682
 
 
   There will be a pip command to install the nightly builds using the pip -f option or based on a static URL. @samskalicky may be able to provide an ETA. 

----------------------------------------------------------------
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-mxnet] eric-haibin-lin commented on issue #17221: MXNet nightly breaks horovod integration

Posted by GitBox <gi...@apache.org>.
eric-haibin-lin commented on issue #17221: MXNet nightly breaks horovod integration 
URL: https://github.com/apache/incubator-mxnet/issues/17221#issuecomment-611860723
 
 
   is this fixed?

----------------------------------------------------------------
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-mxnet] leezu commented on issue #17221: MXNet nightly breaks horovod integration

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #17221: MXNet nightly breaks horovod integration 
URL: https://github.com/apache/incubator-mxnet/issues/17221#issuecomment-571734552
 
 
   We need to tag a new 1.6 rc and push it to pypi. Then pip install --pre will install the latest rc. 

----------------------------------------------------------------
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-mxnet] leezu commented on issue #17221: MXNet nightly breaks horovod integration

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #17221: MXNet nightly breaks horovod integration 
URL: https://github.com/apache/incubator-mxnet/issues/17221#issuecomment-571734627
 
 
   cc @ptrendx 

----------------------------------------------------------------
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-mxnet] apeforest commented on issue #17221: MXNet nightly breaks horovod integration

Posted by GitBox <gi...@apache.org>.
apeforest commented on issue #17221: MXNet nightly breaks horovod integration 
URL: https://github.com/apache/incubator-mxnet/issues/17221#issuecomment-571732896
 
 
   MXNet no longer publishes nightly to pip. So pip install mxnet --pre will not work.
   
   The cu100 build on S3 works with horovod: pip install https://apache-mxnet.s3-us-west-2.amazonaws.com/dist/2019-12-30/dist/mxnet_cu100-1.6.0b20191230-py2.py3-none-manylinux1_x86_64.whl 
   
   But we don't have cu100 build in the past week. 

----------------------------------------------------------------
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-mxnet] apeforest commented on issue #17221: MXNet nightly breaks horovod integration

Posted by GitBox <gi...@apache.org>.
apeforest commented on issue #17221: MXNet nightly breaks horovod integration 
URL: https://github.com/apache/incubator-mxnet/issues/17221#issuecomment-571736310
 
 
   @leezu Ideally, we will need a `pip install mxnet-nightly` so we can run integration test inside Horovod repo with mxnet nightly wheel.

----------------------------------------------------------------
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