Replies: 1 comment 4 replies
-
If you installed NCCL manually, you may need to pass it's installed location as an environment variable when pip installing Horovod, see the docs. Edit: Also Horovod 0.19.5 is quite old, why don't you use the most recent release? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I following the doc(https://github.com/horovod/horovod/blob/master/docs/gpus.rst).
Firstly install nccl:
The nccl_test:
make;
test:
Then
$ HOROVOD_GPU_OPERATIONS=NCCL pip install --no-cache-dir horovod
envs: ubuntu16.04
mxnet: 1.8
Beta Was this translation helpful? Give feedback.
All reactions