Skip to content

Commit

Permalink
fix: falcon config path in quick start (#553)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Fixes quick start tutorial's path for inference in the main readme. 

**Requirements**

- [ ] added unit tests and e2e tests (if applicable).

**Issue Fixed**:
<!-- If this PR fixes GitHub issue 4321, add "Fixes #4321" to the next
line. -->

**Notes for Reviewers**:
  • Loading branch information
ganeshkumarashok authored Aug 9, 2024
1 parent 08066f6 commit 9ec071e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Please check the installation guidance [here](./docs/installation.md).
After installing Kaito, one can try following commands to start a falcon-7b inference service.

```sh
$ cat examples/kaito_workspace_falcon_7b.yaml
$ cat examples/inference/kaito_workspace_falcon_7b.yaml
apiVersion: kaito.sh/v1alpha1
kind: Workspace
metadata:
Expand All @@ -58,7 +58,7 @@ inference:
preset:
name: "falcon-7b"

$ kubectl apply -f examples/kaito_workspace_falcon_7b.yaml
$ kubectl apply -f examples/inference/kaito_workspace_falcon_7b.yaml
```

The workspace status can be tracked by running the following command. When the WORKSPACEREADY column becomes `True`, the model has been deployed successfully.
Expand Down

0 comments on commit 9ec071e

Please sign in to comment.