From 78b9de7ce57fa3f4e081013e7356029811b97936 Mon Sep 17 00:00:00 2001 From: Larry Date: Sat, 16 Sep 2023 08:27:23 +0800 Subject: [PATCH 1/2] Update README.md for zsh users --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3fec9d8..aaf1062 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,25 @@ git clone https://github.com/getumbrel/llama-gpt.git cd llama-gpt ``` + Run LlamaGPT with the following command: ``` ./run-mac.sh --model 7b ``` +Run LlamaGPT with the following command (zsh): + +``` +zsh ./run-mac.sh --model 7b +``` + +Install Docker first if necessary + +``` +brew install docker +``` + You can access LlamaGPT at http://localhost:3000. > To run 13B or 70B chat models, replace `7b` with `13b` or `70b` respectively. From 7b0bf1b088aad8cbcae8d72964a9b7d71b1b6ca4 Mon Sep 17 00:00:00 2001 From: Larry Lo Date: Fri, 22 Dec 2023 22:22:19 +0800 Subject: [PATCH 2/2] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaf1062..19b4b75 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

umbrel.com (we're hiring) ยป -
+

@@ -168,7 +168,7 @@ To deploy to Kubernetes first create a namespace: kubectl create ns llama ``` -Then apply the manifests under the `/deploy/kubernetes` directory with +Then, apply the manifests under the `/deploy/kubernetes` directory with ```bash kubectl apply -k deploy/kubernetes/. -n llama