Skip to content

Commit

Permalink
Merge pull request #3960 from chiamp:fp8
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 639953317
  • Loading branch information
Flax Authors committed Jun 3, 2024
2 parents 1619778 + 5e8e595 commit 40c78bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flax/linen/fp8_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Fp8MetaTyRules:
def physical_element_aval(dtype) -> core.ShapedArray:
return core.ShapedArray((), dtype.float_dtype)

if jax.__version_info__ < (0, 4, 28):
if jax.__version_info__ < (0, 4, 29):
@staticmethod
def replicate_trailing_dims(ctx, val, aval):
del ctx, aval
Expand Down

0 comments on commit 40c78bd

Please sign in to comment.