mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 23:03:49 +00:00
feat: adding snowflake provider and template
This commit is contained in:
parent
59d856363e
commit
ecb395c751
5 changed files with 92 additions and 22 deletions
|
@ -101,7 +101,7 @@ def available_providers() -> List[ProviderSpec]:
|
|||
api=Api.inference,
|
||||
adapter=AdapterSpec(
|
||||
adapter_type="snowflake",
|
||||
pip_packages=["python-snowflake-snowpark"],
|
||||
pip_packages=["snowflake"],
|
||||
module="llama_stack.providers.adapters.inference.snowflake",
|
||||
config_class="llama_stack.providers.adapters.inference.snowflake.SnowflakeImplConfig",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue