mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
# What does this PR do? Includes SambaNova safety adaptor to use the sambanova cloud served Meta-Llama-Guard-3-8B minor updates in sambanova docs ## Test Plan pytest -s -v tests/integration/safety/test_safety.py --stack-config=sambanova --safety-shield=sambanova/Meta-Llama-Guard-3-8B
24 lines
570 B
YAML
24 lines
570 B
YAML
version: '2'
|
|
distribution_spec:
|
|
description: Use SambaNova for running LLM inference and safety
|
|
providers:
|
|
inference:
|
|
- remote::sambanova
|
|
- inline::sentence-transformers
|
|
vector_io:
|
|
- inline::faiss
|
|
- remote::chromadb
|
|
- remote::pgvector
|
|
safety:
|
|
- remote::sambanova
|
|
agents:
|
|
- inline::meta-reference
|
|
telemetry:
|
|
- inline::meta-reference
|
|
tool_runtime:
|
|
- remote::brave-search
|
|
- remote::tavily-search
|
|
- inline::rag-runtime
|
|
- remote::model-context-protocol
|
|
- remote::wolfram-alpha
|
|
image_type: conda
|