mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
Merge remote-tracking branch 'origin/main' into api_updates_1
This commit is contained in:
commit
a23a6ab95b
5 changed files with 364 additions and 0 deletions
|
@ -44,4 +44,13 @@ def available_inference_providers() -> List[ProviderSpec]:
|
|||
module="llama_toolchain.inference.fireworks",
|
||||
config_class="llama_toolchain.inference.fireworks.FireworksImplConfig",
|
||||
),
|
||||
InlineProviderSpec(
|
||||
api=Api.inference,
|
||||
provider_id="together",
|
||||
pip_packages=[
|
||||
"together",
|
||||
],
|
||||
module="llama_toolchain.inference.together",
|
||||
config_class="llama_toolchain.inference.together.TogetherImplConfig",
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue