Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 638676207
Change-Id: I3a8ec0b37adc9da7f1ce878118c5635e55fffd58
  • Loading branch information
marcenacp authored and peterjliu committed May 30, 2024
1 parent 410e70e commit 4489384
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ goal.

Currently we use:

* flax for modules
* optax for optimization
* orbax for checkpointing
* pygrain for data
* ConfigDict for hyper-parameters.
* [flax](https://github.com/google/flax) for modules
* [optax](https://github.com/google-deepmind/optax) for optimization
* [orbax](https://github.com/google/orbax) for checkpointing
* [tfds](https://github.com/tensorflow/datasets) for data
* [pygrain](https://github.com/google/grain) for data loading
* [ConfigDict](https://github.com/google/ml_collections) for hyper-parameters.

Not currently supported or left out for simplicity:

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ dependencies = [
"optax>=0.2.2",
"orbax>=0.1.7",
"sentencepiece>=0.2.0",
# TODO: Temporary fix while waiting for TFDS to be released.
"tfds-nightly",
"tensorflow_datasets>=4.9.5",
"tensorflow>=2.16.1",
]

Expand Down

0 comments on commit 4489384

Please sign in to comment.