Skip to content

Commit

Permalink
correcting typo bug causing WMT validation metric failure
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 711475895
  • Loading branch information
sourabh2k15 authored and copybara-github committed Jan 2, 2025
1 parent 0788186 commit 559b15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init2winit/mt_eval/mt_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self,
self.callback_config = merged_callback_config

self._validate_callback_config()
self.evaluate_batch_pmapped = jax.jit(
self.evaluate_batch_jitted = jax.jit(
model.evaluate_batch, donate_argnums=(2,)
)
self.batch_stats = batch_stats
Expand Down

0 comments on commit 559b15d

Please sign in to comment.