Skip to content

Commit

Permalink
docs: fix broken link (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne authored Dec 15, 2023
1 parent 143f303 commit f10e0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To spin up a LoRAX deployment with Helm, you only need to be connected to a Kube
helm install mistral-7b-release charts/lorax
```

The default [values.yaml](https://github.com/predibase/lorax/blob/mkdocs/charts/lorax/values.yaml) configuration deploys a single replica of the Mistral 7B model. You can tailor configuration parameters to deploy any Llama or Mistral model by creating a new values file from the template and updating variables. Once a new values file is created, you can run the following command to deploy your LLM with LoRAX:
The default [values.yaml](https://github.com/predibase/lorax/blob/main/charts/lorax/values.yaml) configuration deploys a single replica of the Mistral 7B model. You can tailor configuration parameters to deploy any Llama or Mistral model by creating a new values file from the template and updating variables. Once a new values file is created, you can run the following command to deploy your LLM with LoRAX:

```shell
helm install -f your-values-file.yaml your-model-release charts/lorax
Expand Down

0 comments on commit f10e0bb

Please sign in to comment.