orbax-export 0.0.8


pip install orbax-export

  Latest version

Released: Sep 17, 2025


Meta
Author: Orbax Authors
Requires Python: >=3.10

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers
  • Science/Research

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python

Topic
  • Scientific/Engineering :: Artificial Intelligence

Orbax Export

pip install orbax-export (latest PyPi release) OR

pip install 'git+https://github.com/google/orbax/#subdirectory=export' (from this repository, at HEAD)

import orbax.export

Orbax includes a serialization library for JAX users, enabling the exporting of JAX models to the TensorFlow SavedModel format.

Note that orbax-export requires TensorFlow, but does not include it by default to allow for flexibility in version choice. If you wish to install with standard TensorFlow, please use pip install orbax-export[all].

To get started, check out our documentation.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
absl-py
dataclasses-json
etils
jax (>=0.4.34)
jaxlib
jaxtyping
numpy
protobuf
orbax-checkpoint (>=0.9.0)