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
4215b59a
Unverified
Commit
4215b59a
authored
Nov 19, 2025
by
atchernych
Committed by
GitHub
Nov 19, 2025
Browse files
fix: add env var for model (#4475)
Signed-off-by:
Anna Tchernych
<
atchernych@nvidia.com
>
parent
f0e1f226
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
recipes/llama-3-70b/vllm/agg/gaie/k8s-manifests/epp/deployment.yaml
...ama-3-70b/vllm/agg/gaie/k8s-manifests/epp/deployment.yaml
+2
-0
No files found.
recipes/llama-3-70b/vllm/agg/gaie/k8s-manifests/epp/deployment.yaml
View file @
4215b59a
...
@@ -75,6 +75,8 @@ spec:
...
@@ -75,6 +75,8 @@ spec:
value
:
"
nats://dynamo-platform-nats.$(PLATFORM_NAMESPACE):4222"
# update dynamo-platform to appropriate namespace
value
:
"
nats://dynamo-platform-nats.$(PLATFORM_NAMESPACE):4222"
# update dynamo-platform to appropriate namespace
-
name
:
DYNAMO_NAMESPACE
-
name
:
DYNAMO_NAMESPACE
value
:
"
$(POD_NAMESPACE)-llama3-70b-agg"
value
:
"
$(POD_NAMESPACE)-llama3-70b-agg"
-
name
:
DYNAMO_MODEL
value
:
"
llama3-70b-agg"
-
name
:
DYNAMO_KV_BLOCK_SIZE
-
name
:
DYNAMO_KV_BLOCK_SIZE
value
:
"
128"
# UPDATE to match the --block-size in your deploy.yaml engine command
value
:
"
128"
# UPDATE to match the --block-size in your deploy.yaml engine command
-
name
:
USE_STREAMING
-
name
:
USE_STREAMING
...
...
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