mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
fix
This commit is contained in:
parent
f0e9d78099
commit
273549c7c6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ def pytest_sessionstart(session):
|
|||
# pull client instantiation to session start so all the complex logs during initialization
|
||||
# don't clobber the test one-liner outputs
|
||||
|
||||
if not getattr(session.config, "skip_llama_stack_client_instantiation", False):
|
||||
if not getattr(session.config, "skip_llama_stack_client_instantiation", True):
|
||||
print("instantiating llama_stack_client")
|
||||
start_time = time.time()
|
||||
with warnings.catch_warnings():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue