py-hovorod: fix typo on variant name in conflicts directive (#20906)
This commit is contained in:
parent
040f69f931
commit
7dde96b795
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class PyHorovod(PythonPackage, CudaPackage):
|
|||
msg='Must specify CUDA compute capabilities of your GPU, see '
|
||||
'https://developer.nvidia.com/cuda-gpus')
|
||||
conflicts('tensor_ops=nccl', when='~cuda~rocm', msg='NCCL requires either CUDA or ROCm support')
|
||||
conflicts('framework=ray', when='@:0.19', msg='Ray integration was added in 0.20.X')
|
||||
conflicts('frameworks=ray', when='@:0.19', msg='Ray integration was added in 0.20.X')
|
||||
conflicts('controllers=gloo', when='@:0.20.0 platform=darwin', msg='Gloo cannot be compiled on MacOS')
|
||||
|
||||
# https://github.com/horovod/horovod/pull/1835
|
||||
|
|
Loading…
Reference in a new issue