Skip to content

Commit

Permalink
Fix sok import error in ut
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaQiaoCh committed Dec 17, 2023
1 parent 80b086f commit 725afb6
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 experiment as sok # noqa: F401
from sparse_operation_kit import sparse_operation_kit as sok # noqa: F401

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

0 comments on commit 725afb6

Please sign in to comment.