orbax-checkpoint0.11.31
orbax-checkpoint0.11.31
Published
Orbax Checkpoint
pip install orbax-checkpoint
Package Downloads
Authors
Project URLs
Requires Python
>=3.10
Dependencies
- absl-py
- etils
[epath,epy] - typing_extensions
- msgpack
- jax
>=0.6.0 - numpy
- pyyaml
- tensorstore
>=0.1.74 - nest_asyncio
- aiofiles
- protobuf
- humanize
- simplejson
>=3.16.0 - psutil
- flax
; extra == "docs" - google-cloud-logging
; extra == "docs" - grain
; extra == "docs" - aiofiles
; extra == "docs" - tensorflow_datasets
; extra == "docs" - opencv-python
; extra == "docs" - safetensors
; extra == "docs" - clu
; extra == "docs" - google-cloud-logging
; extra == "testing" - mock
; extra == "testing" - flax
; extra == "testing" - pytest
; extra == "testing" - pytest-xdist
; extra == "testing" - chex
; extra == "testing" - aiofiles
; extra == "testing" - safetensors
; extra == "testing" - torch
; extra == "testing" - clu
; extra == "testing" - tensorflow
; extra == "testing"
Orbax Checkpointing
pip install orbax-checkpoint (latest PyPi release) OR
pip install 'git+https://github.com/google/orbax/#subdirectory=checkpoint' (from this repository, at HEAD)
import orbax.checkpoint
Orbax includes a checkpointing library oriented towards JAX users, supporting a variety of different features required by different frameworks, including asynchronous checkpointing, various types, and various storage formats. We aim to provide a highly customizable and composable API which maximizes flexibility for diverse use cases.