We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979e395 commit 0fce161Copy full SHA for 0fce161
export/orbax/export/obm_configs.py
@@ -58,10 +58,12 @@ class MixedPriorityBatchingPolicy(enum.Enum):
58
Options:
59
LOW_PRIORITY_PADDING_WITH_MAX_BATCH_SIZE: Pad low priority inputs up to the
60
max_batch_size.
61
+ LOW_PRIORITY_PADDING_WITH_NEXT_ALLOWED_BATCH_SIZE: Pad low priority inputs
62
+ up to the next allowed batch size.
63
"""
- # TODO: b/417977029 - Add LOW_PRIORITY_PADDING_WITH_NEXT_ALLOWED_BATCH_SIZE,
- # PRIORITY_MERGE, PRIORITY_ISOLATION.
64
+ # TODO: b/417977029 - Add PRIORITY_MERGE, PRIORITY_ISOLATION.
65
LOW_PRIORITY_PADDING_WITH_MAX_BATCH_SIZE = "low_priority_padding_with_max_batch_size"
66
+ LOW_PRIORITY_PADDING_WITH_NEXT_ALLOWED_BATCH_SIZE = "low_priority_padding_with_next_allowed_batch_size"
67
68
69
0 commit comments