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
920c2ed015
commit
bbbbcf747d
1 changed files with 4 additions and 0 deletions
|
@ -44,7 +44,11 @@ async def construct_stack_for_test(
|
|||
scoring_fns: Optional[List[ScoringFnInput]] = None,
|
||||
eval_tasks: Optional[List[EvalTaskInput]] = None,
|
||||
) -> TestStack:
|
||||
from termcolor import cprint
|
||||
|
||||
sqlite_file = tempfile.NamedTemporaryFile(delete=False, suffix=".db")
|
||||
cprint(providers, "red")
|
||||
|
||||
run_config = dict(
|
||||
image_name="test-fixture",
|
||||
apis=apis,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue