ChaiBapchya edited a comment on issue #16764: Link fixes4
URL: https://github.com/apache/incubator-mxnet/pull/16764#issuecomment-552648392
 
 
   @aaronmarkham @TEChopra1000 
   The reason why you were facing MKLDNN lib error was 
   Your branch was likely not updated with latest master
   
   Your error - MKLDNN lib not found - 
https://github.com/apache/incubator-mxnet/issues/16629
   Fixed in this PR - https://github.com/apache/incubator-mxnet/pull/16690
   Needs to be included in your branch.
   
   Steps to merge
   ```
   git remote add upstream https://github.com/apache/incubator-mxnet
   
   git checkout master
   git fetch upstream master
   git merge upstream/master
   git push origin master
   ```
   This updates your master
   Now update your feature branch
   ```
   git checkout <branchname>
   git merge master
   git push origin <branchname>
   ```
   
   Hope this helps.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to