Skip to content

Commit 13ca2fa

Browse files
committed
Fix pprint error, add description of attention configuration params
1 parent 2bb97dc commit 13ca2fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/schedulers/test_scheduler_flax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def test_full_loop_no_noise(self):
336336

337337
if jax_device == "tpu":
338338
assert abs(result_sum - 263.11) < 1.5e-2
339-
assert abs(result_mean - 0.3349905) < 2e-5
339+
assert abs(result_mean - 0.34259) < 2e-5
340340
else:
341341
assert abs(result_sum - 255.1113) < 1e-2
342342
assert abs(result_mean - 0.332176) < 1e-3

0 commit comments

Comments
 (0)