Skip to content

Commit 8012ea3

Browse files
committed
Change example host and port to be explicit
Signed-off-by: Kunjan Patel <[email protected]>
1 parent 65cea88 commit 8012ea3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/dynamic-lora-sidecar/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ metadata:
108108
data:
109109
configmap.yaml: |
110110
vLLMLoRAConfig:
111-
host: localhost
111+
host: modelServerHost
112112
name: sql-loras-llama
113-
port: 8000
113+
port: modelServerPort
114114
ensureExist:
115115
models:
116116
- base-model: meta-llama/Llama-2-7b-hf

examples/dynamic-lora-sidecar/sidecar/configmap.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
vLLMLoRAConfig:
2-
host: localhost
2+
host: modelServerHost
33
name: sql-loras-llama
4-
port: 8000
4+
port: modelServerPort
55
ensureExist:
66
models:
77
- base-model: meta-llama/Llama-2-7b-hf #optional

0 commit comments

Comments
 (0)