Skip to content

Commit 8aed02b

Browse files
[nfc] fix minor typo in README (#4846)
1 parent cd6a962 commit 8aed02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/language/palm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ palm = PaLM(
4444
```
4545

4646
## New API
47-
We have modified our previous implementation of PaLM with our new Booster API, which offers a more flexible and efficient way to train your model. The new API is more user-friendly and easy to use. You can find the new API in train.py. We have also offer a shell script test_ci.sh for you to go through all our plugins for the booster. For more information about the booster API you can refer to https://colossalai.org/docs/basics/booster_api/.
47+
We have modified our previous implementation of PaLM with our new Booster API, which offers a more flexible and efficient way to train your model. The new API is more user-friendly and easy to use. You can find the new API in train.py. We also offer a shell script test_ci.sh for you to go through all our plugins for the booster. For more information about the booster API you can refer to https://colossalai.org/docs/basics/booster_api/.
4848

4949
## Test on Enwik8
5050

0 commit comments

Comments
 (0)