Skip to content

Commit

Permalink
trigger horovod test
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv committed Jan 7, 2024
1 parent 6bb5f00 commit 9d98c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merlin/models/tf/distributed/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


try:
import horovod.tensorflow.keras as hvd # noqa: F401
import sparse_operation_kit as sok # noqa: F401

hvd_installed = True
except ImportError:
Expand Down

0 comments on commit 9d98c38

Please sign in to comment.