mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
tmp debug meta-ref
This commit is contained in:
parent
e8f4cbcc8d
commit
ee9d73053a
1 changed files with 4 additions and 0 deletions
|
@ -57,7 +57,11 @@ async def construct_stack_for_test(
|
|||
scoring_fns=scoring_fns or [],
|
||||
eval_tasks=eval_tasks or [],
|
||||
)
|
||||
from rich.pretty import pprint
|
||||
|
||||
pprint(f"run_config BEFORE: {run_config}")
|
||||
run_config = parse_and_maybe_upgrade_config(run_config)
|
||||
pprint(f"run_config AFTER: {run_config}")
|
||||
try:
|
||||
remote_config = remote_provider_config(run_config)
|
||||
if not remote_config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue