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
d83633b5
Unverified
Commit
d83633b5
authored
Jun 10, 2025
by
Ryan McCormick
Committed by
GitHub
Jun 09, 2025
Browse files
chore: Default to pytorch backend in trtllm worker (#1445)
parent
75d7c3b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
launch/dynamo-run/src/subprocess/trtllm_inc.py
launch/dynamo-run/src/subprocess/trtllm_inc.py
+1
-0
No files found.
launch/dynamo-run/src/subprocess/trtllm_inc.py
View file @
d83633b5
...
@@ -352,6 +352,7 @@ async def init(runtime: DistributedRuntime, config: Config):
...
@@ -352,6 +352,7 @@ async def init(runtime: DistributedRuntime, config: Config):
arg_map
=
{
arg_map
=
{
"model"
:
model_path
,
"model"
:
model_path
,
"tensor_parallel_size"
:
config
.
tensor_parallel_size
,
"tensor_parallel_size"
:
config
.
tensor_parallel_size
,
"backend"
:
"pytorch"
,
"skip_tokenizer_init"
:
True
,
"skip_tokenizer_init"
:
True
,
"disable_log_requests"
:
True
,
"disable_log_requests"
:
True
,
"enable_prefix_caching"
:
True
,
"enable_prefix_caching"
:
True
,
...
...
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