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
9
llama_stack/templates/snowflake/build.yaml
Normal file
9
llama_stack/templates/snowflake/build.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
name: snowflake
|
||||
distribution_spec:
|
||||
description: Use Snowflake for running LLM inference
|
||||
providers:
|
||||
inference: remote::snowflake
|
||||
memory: meta-reference
|
||||
safety: meta-reference
|
||||
agents: meta-reference
|
||||
telemetry: meta-reference
|
Loading…
Add table
Add a link
Reference in a new issue