harshitshrma commented on issue #19597: URL: https://github.com/apache/incubator-mxnet/issues/19597#issuecomment-736009276
@samskalicky sure. These are the steps I followed. ``` $ git clone --recursive https://github.com/apache/incubator-mxnet.git mxnet $ cp config/linux_gpu.cmake config.cmake $ mkdir build $ cd build $ cmake .. $ cmake --build . --parallel 4 ``` I haven't tried with the pre-built pip wheel yet. But I did try a few older versions of MXNet building them from source and got the same error. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
