Skip to content

Commit

Permalink
Increase max in flight operation to accommodate eager mode (#7263)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG committed Jun 13, 2024
1 parent ea2a6f7 commit 0548ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/_internal/tpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def physical_chip_count(self):
def client_create_options(self):
return {
'max_inflight_computations':
xu.getenv_as('XLA_TPU_MAX_INFLIGHT_COMPUTATIONS', int, 4),
xu.getenv_as('XLA_TPU_MAX_INFLIGHT_COMPUTATIONS', int, 32),
'ml_framework_name':
'PyTorch/XLA',
'ml_framework_version':
Expand Down

0 comments on commit 0548ec3

Please sign in to comment.