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
6835dd7a
Unverified
Commit
6835dd7a
authored
Jul 08, 2025
by
Neelay Shah
Committed by
GitHub
Jul 08, 2025
Browse files
fix: updating test to not set port (#1823)
parent
ece76a62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
tests/serve/test_dynamo_serve.py
tests/serve/test_dynamo_serve.py
+2
-4
No files found.
tests/serve/test_dynamo_serve.py
View file @
6835dd7a
...
...
@@ -276,10 +276,8 @@ class DynamoServeProcess(ManagedProcess):
# Handle multimodal deployments differently
if
"multimodal"
in
graph
.
directory
:
# Set DYNAMO_PORT environment variable for multimodal
env
=
os
.
environ
.
copy
()
env
[
"DYNAMO_PORT"
]
=
str
(
port
)
# Don't add health check on port since multimodal uses DYNAMO_PORT
# port is currently required to be 8000
assert
port
==
8000
else
:
# Regular LLM deployments
command
.
extend
([
"--Frontend.port"
,
str
(
port
)])
...
...
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