py-horovod: py-torch 2.1.0 now supported (#46152)
This commit is contained in:
parent
e5aa74e7cb
commit
ab6d494fe4
@ -232,7 +232,7 @@ class PyHorovod(PythonPackage, CudaPackage):
|
|||||||
"controllers=gloo", when="@:0.20.0 platform=darwin", msg="Gloo cannot be compiled on MacOS"
|
"controllers=gloo", when="@:0.20.0 platform=darwin", msg="Gloo cannot be compiled on MacOS"
|
||||||
)
|
)
|
||||||
# https://github.com/horovod/horovod/issues/3996
|
# https://github.com/horovod/horovod/issues/3996
|
||||||
conflicts("^py-torch@2.1:")
|
conflicts("^py-torch@2.1:", when="@:0.28.1")
|
||||||
|
|
||||||
# https://github.com/horovod/horovod/pull/1835
|
# https://github.com/horovod/horovod/pull/1835
|
||||||
patch("fma.patch", when="@0.19.0:0.19.1")
|
patch("fma.patch", when="@0.19.0:0.19.1")
|
||||||
|
Loading…
Reference in New Issue
Block a user