Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 640178002
Change-Id: I09f77453e31e7d3b1d1b60360f415e6c83cfd10b
  • Loading branch information
peterjliu committed Jun 4, 2024
1 parent 446b874 commit 10aefde
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ python nanodo/main.py \
--config.workdir=/tmp/nanodo_workdir \
--config.vocab_path=tests/testdata/sentencepiece_cc_all.32000.100extra-sentencepiece.model \
--config.model.L=128 \
--config.batch_size=2
--config.batch_size=2 \
--config.pygrain_worker_count=0 \
2> stderr.log
```

Then point your [Tensorboard](https://github.com/tensorflow/tensorboard) to the workdir:
Expand All @@ -70,6 +72,8 @@ Then point your [Tensorboard](https://github.com/tensorflow/tensorboard) to the
tensorboard --logdir /tmp/nanodo_workdir
```

If input-bound, try adjusting `config=pygrain_worker_count` to enable pygrain multi-processing.

To use accelerators, ensure the appropriate JAX package is installed by following these [instructions](https://jax.readthedocs.io/en/latest/installation.html).

## Maintenance
Expand All @@ -91,7 +95,7 @@ To cite this repository:
```


Authors all performed work while at Google Brain / DeepMind. We also thank Anselm Levskaya, and Gellért Weisz for code suggestions, and Noah Fiedel for project support.
Authors all performed work while at Google Brain / DeepMind. We also acknowledge the help of Anselm Levskaya, Gellért Weisz, Xinyang Geng, Yotam Doron, and Noah Fiedel.

The first published paper to use (a fork of) the library was:

Expand Down

0 comments on commit 10aefde

Please sign in to comment.