Skip to content

Commit 8ae452e

Browse files
committed
Fix for lower versions
1 parent d0a6471 commit 8ae452e

File tree

1 file changed

+1
-1
lines changed
  • folx/experimental/pallas/attention

1 file changed

+1
-1
lines changed

folx/experimental/pallas/attention/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
try:
88
from jax.experimental.pallas import triton as plgpu
99
except ImportError:
10-
pass
10+
from jax.experimental.pallas import gpu as plgpu
1111

1212

1313
from packaging.version import Version

0 commit comments

Comments
 (0)