Skip to content

Commit e8b8baa

Browse files
cpgaffney1Orbax Authors
authored andcommitted
No public description
PiperOrigin-RevId: 557580040
1 parent ebb8a8e commit e8b8baa

File tree

6 files changed

+2
-746
lines changed

6 files changed

+2
-746
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ asynchronous checkpointing, various types, and various storage formats.
1717
We aim to provide a highly customizable and composable API which maximizes
1818
flexibility for diverse use cases.
1919

20-
To get started, check out our [documentation](https://github.com/google/orbax/blob/main/docs/checkpoint.md).
21-
22-
Check out our [colab](http://colab.research.google.com/github/google/orbax/blob/main/checkpoint/orbax//checkpoint/orbax_checkpoint.ipynb) for a hands-on introduction.
2320

2421
## Exporting
2522

@@ -33,8 +30,6 @@ Orbax also includes a serialization library for JAX users, enabling the exportin
3330

3431
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]`.
3532

36-
To get started, check out our [documentation](https://github.com/google/orbax/blob/main/docs/export.md).
37-
<!-- TODO(dinghua): Add information on export library. -->
3833

3934
## Support
4035

checkpoint/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,5 @@ asynchronous checkpointing, various types, and various storage formats.
1212
We aim to provide a highly customizable and composable API which maximizes
1313
flexibility for diverse use cases.
1414

15-
To get started, check out our [documentation](https://github.com/google/orbax/blob/main/docs/checkpoint.md).
16-
17-
Check out our [colab](http://colab.research.google.com/github/google/orbax/blob/main/checkpoint/orbax//checkpoint/orbax_checkpoint.ipynb) for a hands-on introduction.
18-
1915

2016

checkpoint/orbax/checkpoint/orbax_checkpoint.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"\u003ca href=\"http://colab.research.google.com/github/google/orbax/blob/main/checkpoint/orbax//checkpoint/orbax_checkpoint.ipynb\" \u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e\n",
1212
"\n",
13-
"Take a look at https://github.com/google/orbax/blob/main/docs/checkpoint.md for additional documentation on Orbax checkpointing APIs.\n",
13+
"Take a look at https://orbax.readthedocs.io/en/latest/ for additional documentation on Orbax checkpointing APIs.\n",
1414
"\n"
1515
]
1616
},
@@ -1046,7 +1046,7 @@
10461046
"* Checkpoint version compatibility where newer checkpoints may have different structures than old ones.\n",
10471047
"* Mappings over keys, including one-to-one, many-to-one, one-to-many, and many-to-many transformations.\n",
10481048
"\n",
1049-
"The transformations library is discussed in detail [here](https://github.com/google/orbax/blob/main/docs/checkpoint.md#transformations), so we will avoid discussing all possible features and will instead focus on concrete examples.\n",
1049+
"The transformations library is discussed in detail [here](go/orbax/checkpoint#transformations), so we will avoid discussing all possible features and will instead focus on concrete examples.\n",
10501050
"\n"
10511051
]
10521052
},

0 commit comments

Comments
 (0)