mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 12:37:33 +00:00
add databricks provider
This commit is contained in:
parent
f294eac5f5
commit
f6b1ae7274
5 changed files with 313 additions and 0 deletions
|
@ -66,4 +66,15 @@ def available_providers() -> List[ProviderSpec]:
|
|||
config_class="llama_toolchain.inference.adapters.together.TogetherImplConfig",
|
||||
),
|
||||
),
|
||||
remote_provider_spec(
|
||||
api=Api.inference,
|
||||
adapter=AdapterSpec(
|
||||
adapter_id="databricks",
|
||||
pip_packages=[
|
||||
"openai",
|
||||
],
|
||||
module="llama_toolchain.inference.adapters.databricks",
|
||||
config_class="llama_toolchain.inference.adapters.together.DatabricksImplConfig",
|
||||
),
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue