chore: use ollama/all-minilm:l6-v2 for ollama tests

recordings:
- ./scripts/integration-tests.sh --stack-config server:ci-tests --suite base --setup ollama --inference-mode record
- ./scripts/integration-tests.sh --stack-config server:ci-tests --suite vision --setup ollama-vision --inference-mode record
This commit is contained in:
Matthew Farrellee 2025-09-24 07:30:38 -04:00
parent 2f58d87c22
commit 3943594fe6
20 changed files with 7267 additions and 2 deletions

View file

@ -55,7 +55,7 @@ SETUP_DEFINITIONS: dict[str, Setup] = {
},
defaults={
"text_model": "ollama/llama3.2:3b-instruct-fp16",
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
"embedding_model": "ollama/all-minilm:l6-v2",
"safety_model": "ollama/llama-guard3:1b",
"safety_shield": "llama-guard",
},
@ -68,7 +68,7 @@ SETUP_DEFINITIONS: dict[str, Setup] = {
},
defaults={
"vision_model": "ollama/llama3.2-vision:11b",
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
"embedding_model": "ollama/all-minilm:l6-v2",
},
),
"vllm": Setup(