We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e4b10 commit bcfee4aCopy full SHA for bcfee4a
examples/dynamic-lora-sidecar/README
@@ -94,5 +94,4 @@ The sidecar uses the vLLM server's API to load or unload adapters based on the c
94
medium: Memory
95
- name: config-volume
96
configMap:
97
- name: dynamic-lora-config
98
-
+ name: dynamic-lora-config
examples/dynamic-lora-sidecar/deployment.yaml
@@ -88,4 +88,4 @@ spec:
88
ports:
89
- protocol: TCP
90
port: 8000
91
- targetPort: 8000
+ targetPort: 8000
examples/dynamic-lora-sidecar/sidecar/configmap.yaml
@@ -20,4 +20,4 @@ deployment:
20
timestamp: 2024-10-23 15:43:07 UTC+0000
21
toRemove: true
22
name: sql-loras-llama
23
- port: '8000'
+ port: '8000'
0 commit comments