py-hovorod: fix typo on variant name in conflicts directive (#20906)
This commit is contained in:
parent
488a08b464
commit
58d167bce9
@ -99,7 +99,7 @@ class PyHorovod(PythonPackage, CudaPackage):
|
|||||||
msg='Must specify CUDA compute capabilities of your GPU, see '
|
msg='Must specify CUDA compute capabilities of your GPU, see '
|
||||||
'https://developer.nvidia.com/cuda-gpus')
|
'https://developer.nvidia.com/cuda-gpus')
|
||||||
conflicts('tensor_ops=nccl', when='~cuda~rocm', msg='NCCL requires either CUDA or ROCm support')
|
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')
|
conflicts('controllers=gloo', when='@:0.20.0 platform=darwin', msg='Gloo cannot be compiled on MacOS')
|
||||||
|
|
||||||
# https://github.com/horovod/horovod/pull/1835
|
# https://github.com/horovod/horovod/pull/1835
|
||||||
|
Loading…
Reference in New Issue
Block a user