mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 20:03:54 +00:00
Sambanova now using LiteLLM openai-compat, models and template updated
This commit is contained in:
parent
a9c5d3cd3d
commit
397eed9630
11 changed files with 138 additions and 365 deletions
|
|
@ -1,9 +1,10 @@
|
|||
version: '2'
|
||||
distribution_spec:
|
||||
description: Use SambaNova.AI for running LLM inference
|
||||
description: Use SambaNova for running LLM inference
|
||||
providers:
|
||||
inference:
|
||||
- remote::sambanova
|
||||
- inline::sentence-transformers
|
||||
vector_io:
|
||||
- inline::faiss
|
||||
- remote::chromadb
|
||||
|
|
@ -19,4 +20,6 @@ distribution_spec:
|
|||
- remote::tavily-search
|
||||
- inline::code-interpreter
|
||||
- inline::rag-runtime
|
||||
- remote::model-context-protocol
|
||||
- remote::wolfram-alpha
|
||||
image_type: conda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue