Skip to content

Commit

Permalink
Merge branch 'main' into ci/docs-build-fix-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv authored Jan 8, 2024
2 parents 4c66227 + 162f498 commit b907e17
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
import sparse_operation_kit as sok # noqa: F401

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

0 comments on commit b907e17

Please sign in to comment.