Skip to content

Commit bcfee4a

Browse files
committed
Formatting
1 parent 14e4b10 commit bcfee4a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

examples/dynamic-lora-sidecar/README

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,4 @@ The sidecar uses the vLLM server's API to load or unload adapters based on the c
9494
medium: Memory
9595
- name: config-volume
9696
configMap:
97-
name: dynamic-lora-config
98-
97+
name: dynamic-lora-config

examples/dynamic-lora-sidecar/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ spec:
8888
ports:
8989
- protocol: TCP
9090
port: 8000
91-
targetPort: 8000
91+
targetPort: 8000

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ deployment:
2020
timestamp: 2024-10-23 15:43:07 UTC+0000
2121
toRemove: true
2222
name: sql-loras-llama
23-
port: '8000'
23+
port: '8000'

0 commit comments

Comments
 (0)