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
9f81df28
Unverified
Commit
9f81df28
authored
Jun 16, 2025
by
Biswa Panda
Committed by
GitHub
Jun 17, 2025
Browse files
feat: add vllm_v1 framework to run command (#1550)
parent
7609c0dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/run.sh
container/run.sh
+1
-1
No files found.
container/run.sh
View file @
9f81df28
...
@@ -24,7 +24,7 @@ RUN_PREFIX=
...
@@ -24,7 +24,7 @@ RUN_PREFIX=
# dependencies are specified in the /container/deps folder and
# dependencies are specified in the /container/deps folder and
# installed within framework specific sections of the Dockerfile.
# installed within framework specific sections of the Dockerfile.
declare
-A
FRAMEWORKS
=([
"VLLM"
]=
1
[
"TENSORRTLLM"
]=
2
[
"SGLANG"
]=
3
)
declare
-A
FRAMEWORKS
=([
"VLLM"
]=
1
[
"TENSORRTLLM"
]=
2
[
"SGLANG"
]=
3
[
"VLLM_V1"
]=
4
)
DEFAULT_FRAMEWORK
=
VLLM
DEFAULT_FRAMEWORK
=
VLLM
SOURCE_DIR
=
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
SOURCE_DIR
=
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
...
...
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