From 9f4ac006154bc369853d193555e26ac707470097 Mon Sep 17 00:00:00 2001 From: Jim Fisher Date: Fri, 7 Apr 2023 16:51:14 +0100 Subject: [PATCH] Replace image with copy-pastable installation script --- docs/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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