From 8aed02b957082e676cf424068583c78240b27f9d Mon Sep 17 00:00:00 2001 From: Blagoy Simandoff <54207300+blagoySimandov@users.noreply.github.com> Date: Sat, 7 Oct 2023 10:51:11 +0100 Subject: [PATCH] [nfc] fix minor typo in README (#4846) --- examples/language/palm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/language/palm/README.md b/examples/language/palm/README.md index 3ff3939d6..58ca902bf 100644 --- a/examples/language/palm/README.md +++ b/examples/language/palm/README.md @@ -44,7 +44,7 @@ palm = PaLM( ``` ## New API -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/. +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/. ## Test on Enwik8