mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 09:44:31 +00:00
restructure config
This commit is contained in:
parent
702cf2d563
commit
26d9804efd
8 changed files with 218 additions and 62 deletions
|
|
@ -301,6 +301,7 @@ async def inference_stack(request, inference_model):
|
|||
inference_fixture.provider_data,
|
||||
models=[
|
||||
ModelInput(
|
||||
provider_id=inference_fixture.providers[0].provider_id,
|
||||
model_id=inference_model,
|
||||
model_type=model_type,
|
||||
metadata=metadata,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue