Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
7b325ee8
"docs/vscode:/vscode.git/clone" did not exist on "7fabe7bfe2a5601858cbe72c94f16f04da2ca0f7"
Unverified
Commit
7b325ee8
authored
Jul 15, 2025
by
Biswa Panda
Committed by
GitHub
Jul 16, 2025
Browse files
fix: vllm router examples (#1942)
parent
a50be1ad
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
examples/vllm/deploy/agg_router.yaml
examples/vllm/deploy/agg_router.yaml
+5
-3
examples/vllm/deploy/disagg_router.yaml
examples/vllm/deploy/disagg_router.yaml
+2
-0
No files found.
examples/vllm/deploy/agg_router.yaml
View file @
7b325ee8
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
apiVersion
:
nvidia.com/v1alpha1
apiVersion
:
nvidia.com/v1alpha1
kind
:
DynamoGraphDeployment
kind
:
DynamoGraphDeployment
metadata
:
metadata
:
name
:
vllm-v1-agg
name
:
vllm-v1-agg
-router
spec
:
spec
:
services
:
services
:
Frontend
:
Frontend
:
...
@@ -37,7 +37,7 @@ spec:
...
@@ -37,7 +37,7 @@ spec:
periodSeconds
:
60
periodSeconds
:
60
timeoutSeconds
:
30
timeoutSeconds
:
30
failureThreshold
:
10
failureThreshold
:
10
dynamoNamespace
:
vllm-v1-agg
dynamoNamespace
:
vllm-v1-agg
-router
componentType
:
main
componentType
:
main
replicas
:
1
replicas
:
1
resources
:
resources
:
...
@@ -58,6 +58,8 @@ spec:
...
@@ -58,6 +58,8 @@ spec:
-
out=dyn
-
out=dyn
-
--http-port
-
--http-port
-
"
8000"
-
"
8000"
-
--router-mode
-
kv
VllmDecodeWorker
:
VllmDecodeWorker
:
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
livenessProbe
:
livenessProbe
:
...
@@ -79,7 +81,7 @@ spec:
...
@@ -79,7 +81,7 @@ spec:
periodSeconds
:
60
periodSeconds
:
60
timeoutSeconds
:
30
timeoutSeconds
:
30
failureThreshold
:
10
failureThreshold
:
10
dynamoNamespace
:
vllm-v1-agg
dynamoNamespace
:
vllm-v1-agg
-router
componentType
:
worker
componentType
:
worker
replicas
:
2
replicas
:
2
resources
:
resources
:
...
...
examples/vllm/deploy/disagg_router.yaml
View file @
7b325ee8
...
@@ -58,6 +58,8 @@ spec:
...
@@ -58,6 +58,8 @@ spec:
-
out=dyn
-
out=dyn
-
--http-port
-
--http-port
-
"
8000"
-
"
8000"
-
--router-mode
-
kv
VllmDecodeWorker
:
VllmDecodeWorker
:
dynamoNamespace
:
vllm-v1-disagg-router
dynamoNamespace
:
vllm-v1-disagg-router
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment