forked from phoenix-oss/llama-stack-mirror
# What does this PR do? - To make it easier, delete existing `eval/scoring/scoring_function` apis. There will be a bunch of broken impls here. The sequence is: 1. migrate benchmark graders 2. clean up existing scoring functions - Add a skeleton evaluation impl to make tests pass. ## Test Plan tested in following PRs [//]: # (## Documentation)
27 lines
633 B
YAML
27 lines
633 B
YAML
version: '2'
|
|
distribution_spec:
|
|
description: Distribution for running e2e tests in CI
|
|
providers:
|
|
inference:
|
|
- remote::fireworks
|
|
- inline::sentence-transformers
|
|
vector_io:
|
|
- inline::sqlite-vec
|
|
- remote::chromadb
|
|
- remote::pgvector
|
|
safety:
|
|
- inline::llama-guard
|
|
agents:
|
|
- inline::meta-reference
|
|
telemetry:
|
|
- inline::meta-reference
|
|
datasetio:
|
|
- remote::huggingface
|
|
- inline::localfs
|
|
tool_runtime:
|
|
- remote::brave-search
|
|
- remote::tavily-search
|
|
- inline::code-interpreter
|
|
- inline::rag-runtime
|
|
- remote::model-context-protocol
|
|
image_type: conda
|