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
76d887bc
Unverified
Commit
76d887bc
authored
Feb 27, 2026
by
Hongkuan Zhou
Committed by
GitHub
Feb 27, 2026
Browse files
fix: proper DGD prefix for naive fallback in DGDR (#6667)
Signed-off-by:
hongkuanz
<
hongkuanz@nvidia.com
>
parent
b1930a61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
components/src/dynamo/profiler/rapid.py
components/src/dynamo/profiler/rapid.py
+1
-1
No files found.
components/src/dynamo/profiler/rapid.py
View file @
76d887bc
...
...
@@ -137,7 +137,7 @@ def _run_naive_fallback(
"best_config_df"
:
pd
.
DataFrame
(),
"best_latencies"
:
{
"ttft"
:
0.0
,
"tpot"
:
0.0
,
"request_latency"
:
0.0
},
"dgd_config"
:
dgd_config
,
"chosen_exp"
:
None
,
"chosen_exp"
:
"agg"
,
# AIC's naive route always generate agg config
}
...
...
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