Skip to content

Commit ea12818

Browse files
committed
Fixes Adapter ConfigMap Name Refs
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 4d392ce commit ea12818

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: config/manifests/vllm/gpu-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ spec:
235235
emptyDir: {}
236236
- name: config-volume
237237
configMap:
238-
name: vllm-llama3-8b-adapters
238+
name: vllm-llama3-8b-instruct-adapters
239239
---
240240
apiVersion: v1
241241
kind: ConfigMap
242242
metadata:
243-
name: vllm-llama3-8b-adapters
243+
name: vllm-llama3-8b-instruct-adapters
244244
data:
245245
configmap.yaml: |
246246
vLLMLoRAConfig:

Diff for: tools/dynamic-lora-sidecar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In this example, both adapters will use `meta-llama/Llama-3.1-8B-Instruct` as th
8383
apiVersion: v1
8484
kind: ConfigMap
8585
metadata:
86-
name: vllm-llama3-8b-adapters
86+
name: vllm-llama3-8b-instruct-adapters
8787
data:
8888
configmap.yaml: |
8989
vLLMLoRAConfig:

0 commit comments

Comments
 (0)