Skip to content

Commit 1e912dc

Browse files
author
Orbax Authors
committed
Fixed Copybara issue for Orbax
PiperOrigin-RevId: 834750373
1 parent d966ddf commit 1e912dc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

export/orbax/export/constants.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,13 @@ class ExportModelType(enum.Enum):
9797
# Mesh for the model.
9898
JAX_MESH = 'jax_mesh'
9999

100+
# TODO: b/459991985 - Remove this flag and use PERSIST_XLA_FLAGS instead.
100101
# Whether to strip XLA flags from the model.
101102
STRIP_XLA_FLAGS = 'strip_xla_flags'
102103

104+
# Whether to persist XLA flags in the model.
105+
PERSIST_XLA_FLAGS = 'persist_xla_flags'
106+
103107
################################################################################
104108
# Proto field names
105109
################################################################################

model/orbax/experimental/model/cli/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
A command-line tool for inspecting Orbax models.
44

5+
56
## Examples
67

78
To inspect the model:

0 commit comments

Comments
 (0)