mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 20:27:14 +00:00
Apply formatting to source files
This commit is contained in:
parent
6ec9eabbeb
commit
c8580d3b0c
2 changed files with 15 additions and 12 deletions
|
|
@ -292,6 +292,6 @@ async def inference_stack(request, inference_model):
|
|||
|
||||
# Pytest yield fixture; see https://docs.pytest.org/en/stable/how-to/fixtures.html#yield-fixtures-recommended
|
||||
yield test_stack.impls[Api.inference], test_stack.impls[Api.models]
|
||||
|
||||
|
||||
# Cleanup code that runs after test case completion
|
||||
await test_stack.impls[Api.inference].shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue