Skip to content

Commit

Permalink
Merge pull request #26 from kerthcet/cleanup/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kerthcet authored Nov 21, 2023
2 parents bc24806 + 26181ee commit a5b8379
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ This is mostly driven by several people who has great enthusiasm about AI at spa
### Prerequisites

- [Helm](https://helm.sh/)
- [Kind](https://kind.sigs.k8s.io/) (optional)
- [Kind](https://kind.sigs.k8s.io/)

### Install

```
$ git clone https://github.com/InftyAI/Llmaz.git
$ kind create cluster (ignore this if you already have a Kubernetes cluster)
$ helm install llmaz Llmaz/deploy/llmaz --create-namespace --namespace llmaz --set service.type=NodePort
```shell
git clone https://github.com/InftyAI/Llmaz.git
kind create cluster # ignore this if you already have a Kubernetes cluster
helm install llmaz Llmaz/deploy/llmaz --create-namespace --namespace llmaz
kubectl port-forward svc/llmaz 7860:7860
```

**Visit http://localhost:7860 for WebUI**.
*Visit <http://localhost:7860> for WebUI*

![webui](./images/webui.jpg)

Expand Down
2 changes: 1 addition & 1 deletion deploy/llmaz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ securityContext: {}

service:
type: ClusterIP
port: 80
port: 7860

ingress:
enabled: false
Expand Down

0 comments on commit a5b8379

Please sign in to comment.