py-horovod: py-torch 2.1.0 now supported (#46152)

This commit is contained in:
Adam J. Stewart 2024-09-02 08:21:16 +02:00 committed by GitHub
parent e5aa74e7cb
commit ab6d494fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")