File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
model/orbax/experimental/model/cli Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,13 @@ class ExportModelType(enum.Enum):
9797# Mesh for the model.
9898JAX_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.
101102STRIP_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################################################################################
Original file line number Diff line number Diff line change 22
33A command-line tool for inspecting Orbax models.
44
5+
56## Examples
67
78To inspect the model:
You can’t perform that action at this time.
0 commit comments