mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
tmp debug meta-ref
This commit is contained in:
parent
518c5ed135
commit
920c2ed015
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue