Skip to content

Commit

Permalink
remove component that causes low tpu duty cycle on multi-host
Browse files Browse the repository at this point in the history
  • Loading branch information
morgandu committed Jul 18, 2024
1 parent 53eb544 commit 658647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/core/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def _generate_thread(self, idx: int):
decode_state = generate_engine.insert(
new_request.prefill_result, decode_state, slot=slot
)
delete_pytree(new_request.prefill_result)
del new_request.prefill_result
new_request.generate_timestep_added = generate_timestep
new_request.complete = np.zeros(
(generate_engine.samples_per_slot,), dtype=np.bool_
Expand Down

0 comments on commit 658647a

Please sign in to comment.