From 4d93cb20aec25b96b2121e245c29f513b3fb33d0 Mon Sep 17 00:00:00 2001 From: Mohsin-Ul-Islam Date: Wed, 15 Nov 2023 23:29:20 +0300 Subject: [PATCH 1/2] docs(README): fix typo in docker compose extension command --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index e236b5d..176f19c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -115,7 +115,7 @@ You do NOT have to install all models, you can install one by one. Let's take a Requires that you have docker installed and running. ``` -docker compose build +docker compose --build docker compose run dalai npx dalai alpaca install 7B # or a different model docker compose up -d ``` From 2e7503b321af53e8e163aa86da4e794b975ad60b Mon Sep 17 00:00:00 2001 From: Syed Mohsin Ul Islam <47140121+Mohsin-Ul-Islam@users.noreply.github.com> Date: Sat, 7 Dec 2024 05:26:04 +0300 Subject: [PATCH 2/2] fix a typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 176f19c..9f8d5b8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -120,7 +120,7 @@ docker compose run dalai npx dalai alpaca install 7B # or a different model docker compose up -d ``` -This will dave the models in the `./models` folder +This will save the models in the `./models` folder View the site at http://127.0.0.1:3000/