Unverified Commit 76d887bc authored by Hongkuan Zhou's avatar Hongkuan Zhou Committed by GitHub
Browse files

fix: proper DGD prefix for naive fallback in DGDR (#6667)


Signed-off-by: default avatarhongkuanz <hongkuanz@nvidia.com>
parent b1930a61
...@@ -137,7 +137,7 @@ def _run_naive_fallback( ...@@ -137,7 +137,7 @@ def _run_naive_fallback(
"best_config_df": pd.DataFrame(), "best_config_df": pd.DataFrame(),
"best_latencies": {"ttft": 0.0, "tpot": 0.0, "request_latency": 0.0}, "best_latencies": {"ttft": 0.0, "tpot": 0.0, "request_latency": 0.0},
"dgd_config": dgd_config, "dgd_config": dgd_config,
"chosen_exp": None, "chosen_exp": "agg", # AIC's naive route always generate agg config
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment