diff --git a/README.md b/README.md index 3fec9d8..19b4b75 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

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

@@ -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. @@ -155,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