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
ee33acf3
Unverified
Commit
ee33acf3
authored
Mar 02, 2026
by
atchernych
Committed by
GitHub
Mar 02, 2026
Browse files
fix: Add weight: 1 to the EPP config plugins (#6756)
Signed-off-by:
Anna Tchernych
<
atchernych@nvidia.com
>
parent
8ed69ea2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
1 deletion
+14
-1
deploy/inference-gateway/standalone/helm/dynamo-gaie/epp-config-dynamo.yaml
...ateway/standalone/helm/dynamo-gaie/epp-config-dynamo.yaml
+2
-0
docs/kubernetes/inference-gateway.md
docs/kubernetes/inference-gateway.md
+1
-1
examples/backends/vllm/deploy/gaie/agg.yaml
examples/backends/vllm/deploy/gaie/agg.yaml
+5
-0
recipes/llama-3-70b/vllm/agg/gaie/deploy.yaml
recipes/llama-3-70b/vllm/agg/gaie/deploy.yaml
+2
-0
recipes/llama-3-70b/vllm/disagg-single-node/gaie/deploy.yaml
recipes/llama-3-70b/vllm/disagg-single-node/gaie/deploy.yaml
+4
-0
No files found.
deploy/inference-gateway/standalone/helm/dynamo-gaie/epp-config-dynamo.yaml
View file @
ee33acf3
...
@@ -46,6 +46,8 @@ schedulingProfiles:
...
@@ -46,6 +46,8 @@ schedulingProfiles:
-
name
:
decode
-
name
:
decode
plugins
:
plugins
:
-
pluginRef
:
decode-filter
-
pluginRef
:
decode-filter
weight
:
1
-
pluginRef
:
dyn-decode
-
pluginRef
:
dyn-decode
weight
:
1
weight
:
1
-
pluginRef
:
picker
-
pluginRef
:
picker
weight
:
1
docs/kubernetes/inference-gateway.md
View file @
ee33acf3
...
@@ -278,7 +278,7 @@ ps aux | grep "minikube tunnel" | grep -v grep # make sure minikube tunnel is no
...
@@ -278,7 +278,7 @@ ps aux | grep "minikube tunnel" | grep -v grep # make sure minikube tunnel is no
minikube tunnel
# start the tunnel
minikube tunnel
# start the tunnel
# in second terminal where you want to send inference requests
# in second terminal where you want to send inference requests
GATEWAY_URL
=
$(
kubectl get svc inference-gateway
-n
my-model
-o
jsonpath
=
'{.spec.clusterIP}'
)
&
echo
$GATEWAY_URL
GATEWAY_URL
=
$(
kubectl get svc inference-gateway
-n
my-model
-o
jsonpath
=
'{.spec.clusterIP}'
)
&
&
echo
$GATEWAY_URL
```
```
b. use port-forward to expose the gateway to the host
b. use port-forward to expose the gateway to the host
...
...
examples/backends/vllm/deploy/gaie/agg.yaml
View file @
ee33acf3
...
@@ -14,6 +14,9 @@ spec:
...
@@ -14,6 +14,9 @@ spec:
extraPodSpec
:
extraPodSpec
:
mainContainer
:
mainContainer
:
image
:
nvcr.io/nvidia/ai-dynamo/epp-image:my-tag
image
:
nvcr.io/nvidia/ai-dynamo/epp-image:my-tag
env
:
-
name
:
DYN_DECODE_FALLBACK
value
:
"
true"
eppConfig
:
eppConfig
:
config
:
config
:
plugins
:
plugins
:
...
@@ -33,9 +36,11 @@ spec:
...
@@ -33,9 +36,11 @@ spec:
-
name
:
decode
-
name
:
decode
plugins
:
plugins
:
-
pluginRef
:
decode-filter
-
pluginRef
:
decode-filter
weight
:
1
-
pluginRef
:
dyn-decode
-
pluginRef
:
dyn-decode
weight
:
1
weight
:
1
-
pluginRef
:
picker
-
pluginRef
:
picker
weight
:
1
VllmDecodeWorker
:
VllmDecodeWorker
:
componentType
:
worker
componentType
:
worker
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
...
...
recipes/llama-3-70b/vllm/agg/gaie/deploy.yaml
View file @
ee33acf3
...
@@ -46,9 +46,11 @@ spec:
...
@@ -46,9 +46,11 @@ spec:
-
name
:
decode
-
name
:
decode
plugins
:
plugins
:
-
pluginRef
:
decode-filter
-
pluginRef
:
decode-filter
weight
:
1
-
pluginRef
:
dyn-decode
-
pluginRef
:
dyn-decode
weight
:
1
weight
:
1
-
pluginRef
:
picker
-
pluginRef
:
picker
weight
:
1
VllmDecodeWorker
:
VllmDecodeWorker
:
componentType
:
worker
componentType
:
worker
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
...
...
recipes/llama-3-70b/vllm/disagg-single-node/gaie/deploy.yaml
View file @
ee33acf3
...
@@ -45,15 +45,19 @@ spec:
...
@@ -45,15 +45,19 @@ spec:
-
name
:
prefill
-
name
:
prefill
plugins
:
plugins
:
-
pluginRef
:
prefill-filter
-
pluginRef
:
prefill-filter
weight
:
1
-
pluginRef
:
dyn-prefill
-
pluginRef
:
dyn-prefill
weight
:
1
weight
:
1
-
pluginRef
:
picker
-
pluginRef
:
picker
weight
:
1
-
name
:
decode
-
name
:
decode
plugins
:
plugins
:
-
pluginRef
:
decode-filter
-
pluginRef
:
decode-filter
weight
:
1
-
pluginRef
:
dyn-decode
-
pluginRef
:
dyn-decode
weight
:
1
weight
:
1
-
pluginRef
:
picker
-
pluginRef
:
picker
weight
:
1
VllmPrefillWorker
:
VllmPrefillWorker
:
componentType
:
worker
componentType
:
worker
subComponentType
:
prefill
subComponentType
:
prefill
...
...
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