mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
14 lines
439 B
JSON
14 lines
439 B
JSON
{
|
|
"default": [
|
|
{"suite": "base", "setup": "ollama"},
|
|
{"suite": "base", "setup": "postgres", "allowed_clients": ["server"], "stack_config": "server:ci-tests::run-with-postgres-store.yaml"},
|
|
{"suite": "vision", "setup": "ollama-vision"},
|
|
{"suite": "responses", "setup": "gpt"},
|
|
{"suite": "base-vllm-subset", "setup": "vllm"}
|
|
],
|
|
"schedules": {
|
|
"1 0 * * 0": [
|
|
{"suite": "base", "setup": "vllm"}
|
|
]
|
|
}
|
|
}
|