Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions export/orbax/export/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,13 @@ class ExportModelType(enum.Enum):
# Mesh for the model.
JAX_MESH = 'jax_mesh'

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

# Whether to persist XLA flags in the model.
PERSIST_XLA_FLAGS = 'persist_xla_flags'

################################################################################
# Proto field names
################################################################################
Expand Down
1 change: 1 addition & 0 deletions model/orbax/experimental/model/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

A command-line tool for inspecting Orbax models.


## Examples

To inspect the model:
Expand Down
Loading