py-horovod: update to v0.28.1 (#38732)

This commit is contained in:
Thomas Bouvier
2023-07-06 06:56:47 +02:00
committed by GitHub
parent 833db65fa3
commit 095e48f399

View File

@@ -17,6 +17,7 @@ class PyHorovod(PythonPackage, CudaPackage):
maintainers("adamjstewart", "aweits", "tgaddair", "thomas-bouvier")
version("master", branch="master", submodules=True)
version("0.28.1", tag="v0.28.1", submodules=True)
version("0.28.0", tag="v0.28.0", submodules=True)
version("0.27.0", tag="v0.27.0", submodules=True)
version("0.26.1", tag="v0.26.1", submodules=True)