mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
feat: initial implementation of snowflake provider + distro
This commit is contained in:
parent
4aa1bf6a60
commit
59d856363e
5 changed files with 293 additions and 0 deletions
9
distributions/snowflake/build.yaml
Normal file
9
distributions/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