Skip to content

Commit 8909ed7

Browse files
authored
fix tutorial dead url (#947)
Signed-off-by: Jinjia <jinjiaKarl@outlook.com>
1 parent e2801aa commit 8909ed7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/09-lora-enabled-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ kubectl create secret generic huggingface-credentials \
6262
<!-- TOC ignore:true -->
6363
#### 2.1: Create Configuration File
6464

65-
Locate the file under path [tutorial/assets/values-09-lora-enabled.yaml](assets/values-09-lora-enabled.yaml) with the following content:
65+
Locate the file under path [tutorials/assets/values-09-lora-operator.yaml](assets/values-09-lora-operator.yaml) with the following content:
6666

6767
```yaml
6868
servingEngineSpec:
@@ -137,7 +137,7 @@ routerSpec:
137137
138138
```bash
139139
helm repo add vllm https://vllm-project.github.io/production-stack
140-
helm install vllm vllm/vllm-stack -f tutorials/assets/values-09-lora-enabled.yaml
140+
helm install vllm vllm/vllm-stack -f tutorials/assets/values-09-lora-operator.yaml
141141
```
142142

143143
### Step 3: Using LoRA Adapters

0 commit comments

Comments
 (0)