"examples/vscode:/vscode.git/clone" did not exist on "8fb1421e5e4346f5218a11cd4adba4fcee878b08"
Unverified Commit 8aed02b9 authored by Blagoy Simandoff's avatar Blagoy Simandoff Committed by GitHub
Browse files

[nfc] fix minor typo in README (#4846)

parent cd6a962e
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment