Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwyang-google committed Jun 25, 2024
1 parent 5e85ec3 commit 9c0d855
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MaxText/maxengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ def copy(path, partial_cache, full_cache, annotations):
inserted_generated_tokens = jax.lax.dynamic_update_index_in_dim(
decode_state["generated_tokens"], unboxed_prefix["generated_tokens"], slot, 0
)
logging.info("decode_state keys: {}".format(decode_state.keys()))
logging.info("unboxed_prefix keys: {}".format(unboxed_prefix.keys()))
inserted_tokens = jax.lax.dynamic_update_index_in_dim(
decode_state["tokens"], unboxed_prefix["tokens"], slot, 0
)
Expand Down

0 comments on commit 9c0d855

Please sign in to comment.