mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
rename
This commit is contained in:
parent
a686beb4c6
commit
14372ddb0b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"default": [
|
"default": [
|
||||||
{"suite": "base", "setup": "ollama"},
|
{"suite": "base", "setup": "ollama"},
|
||||||
{"suite": "base", "setup": "postgres", "allowed_clients": ["server"], "stack_config": "server:ci-tests::run-with-postgres-store.yaml"},
|
{"suite": "base", "setup": "ollama-postgres", "allowed_clients": ["server"], "stack_config": "server:ci-tests::run-with-postgres-store.yaml"},
|
||||||
{"suite": "vision", "setup": "ollama-vision"},
|
{"suite": "vision", "setup": "ollama-vision"},
|
||||||
{"suite": "responses", "setup": "gpt"},
|
{"suite": "responses", "setup": "gpt"},
|
||||||
{"suite": "base-vllm-subset", "setup": "vllm"}
|
{"suite": "base-vllm-subset", "setup": "vllm"}
|
||||||
|
|
|
||||||
|
|
@ -71,8 +71,8 @@ SETUP_DEFINITIONS: dict[str, Setup] = {
|
||||||
"embedding_model": "ollama/nomic-embed-text:v1.5",
|
"embedding_model": "ollama/nomic-embed-text:v1.5",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
"postgres": Setup(
|
"ollama-postgres": Setup(
|
||||||
name="postgres",
|
name="ollama-postgres",
|
||||||
description="Server-mode tests with Postgres-backed persistence",
|
description="Server-mode tests with Postgres-backed persistence",
|
||||||
env={
|
env={
|
||||||
"OLLAMA_URL": "http://0.0.0.0:11434",
|
"OLLAMA_URL": "http://0.0.0.0:11434",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue