mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
huh
This commit is contained in:
parent
6ccd000b11
commit
4919fb0315
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ def pytest_sessionstart(session):
|
|||
hasattr(session.config, "skip_llama_stack_client_instantiation")
|
||||
and session.config.skip_llama_stack_client_instantiation
|
||||
)
|
||||
print(f"config: {session.config}")
|
||||
print(
|
||||
"hasattr(session.config, 'skip_llama_stack_client_instantiation'):",
|
||||
hasattr(session.config, "skip_llama_stack_client_instantiation"),
|
||||
)
|
||||
print(f"should_skip: {should_skip}")
|
||||
if not should_skip:
|
||||
print("instantiating llama_stack_client")
|
||||
start_time = time.time()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue