diff --git a/docs/README.md b/docs/README.md index e236b5d..1e852c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,13 @@ Run LLaMA and Alpaca on your computer. ## JUST RUN THIS - +```sh +# install model +npx dalai llama install 7B + +# launch web UI + socket.io API +npx dalai serve +``` ## TO GET