From 840f6bc365dc85bd1dc84d9dfa19d0519be89215 Mon Sep 17 00:00:00 2001 From: Proxtx <39201896+Proxtx@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:54:27 +0200 Subject: [PATCH] add text from the JUST RUN THIS section to make it copyable --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README.md b/docs/README.md index e236b5d..925d4d1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,6 +12,11 @@ Run LLaMA and Alpaca on your computer. +``` +npx dalai llama install 7B +npx dalai serve +``` + ## TO GET Both alpaca and llama working on your computer!