tmp debug meta-ref

This commit is contained in:
Xi Yan 2024-12-30 13:45:40 -08:00
parent 518c5ed135
commit 920c2ed015
2 changed files with 1 additions and 1 deletions

View file

@ -176,7 +176,6 @@ def upgrade_from_routing_table(
config_dict["apis"] = config_dict["apis_to_serve"] config_dict["apis"] = config_dict["apis_to_serve"]
config_dict.pop("apis_to_serve", None) config_dict.pop("apis_to_serve", None)
print(config_dict)
return config_dict return config_dict

View file

@ -58,6 +58,7 @@ async def construct_stack_for_test(
eval_tasks=eval_tasks or [], eval_tasks=eval_tasks or [],
) )
run_config = parse_and_maybe_upgrade_config(run_config) run_config = parse_and_maybe_upgrade_config(run_config)
print("construct_stack_for_test", run_config)
try: try:
remote_config = remote_provider_config(run_config) remote_config = remote_provider_config(run_config)
if not remote_config: if not remote_config: