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
4891e161
Unverified
Commit
4891e161
authored
Nov 13, 2025
by
atchernych
Committed by
GitHub
Nov 14, 2025
Browse files
fix: fix namespace (#4324)
Signed-off-by:
Anna Tchernych
<
atchernych@nvidia.com
>
parent
ecf6d48c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
deploy/inference-gateway/vllm_agg_qwen.yaml
deploy/inference-gateway/vllm_agg_qwen.yaml
+1
-1
recipes/README.md
recipes/README.md
+1
-1
No files found.
deploy/inference-gateway/vllm_agg_qwen.yaml
View file @
4891e161
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# Declare variables to be passed into your templates.
# Declare variables to be passed into your templates.
# This is the Dynamo namespace where the dynamo model is deployed
# This is the Dynamo namespace where the dynamo model is deployed
dynamoNamespace
:
"
vllm-agg"
dynamoNamespace
:
"
my-model-
vllm-agg"
# This is the port on which the model is exposed
# This is the port on which the model is exposed
model
:
model
:
...
...
recipes/README.md
View file @
4891e161
...
@@ -169,7 +169,7 @@ kubectl apply -f hf_hub_secret/hf_hub_secret.yaml -n ${NAMESPACE}
...
@@ -169,7 +169,7 @@ kubectl apply -f hf_hub_secret/hf_hub_secret.yaml -n ${NAMESPACE}
export
DYNAMO_KV_BLOCK_SIZE
=
128
export
DYNAMO_KV_BLOCK_SIZE
=
128
export
EPP_IMAGE
=
nvcr.io/you/epp:tag
export
EPP_IMAGE
=
nvcr.io/you/epp:tag
# Add --gaie argument to the script i.e.:
# Add --gaie argument to the script i.e.:
./run.sh
--model
llama-3-70b
--framework
vllm
--gaie
agg
./run.sh
--model
llama-3-70b
--framework
vllm
--gaie
agg
--deployment
agg
```
```
The script will perform gateway checks and apply the manifests.
The script will perform gateway checks and apply the manifests.
...
...
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