Skip to content

Commit

Permalink
Update SOK import in backend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaQiaoCh authored Dec 18, 2023
1 parent 725afb6 commit 6ad5640
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 @@ -22,7 +22,7 @@

if HAS_GPU:
try:
from sparse_operation_kit import sparse_operation_kit as sok # noqa: F401
import sparse_operation_kit as sok # noqa: F401

sok_installed = True
except (ImportError, tf.errors.NotFoundError):
Expand Down

0 comments on commit 6ad5640

Please sign in to comment.