mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-09 21:18:38 +00:00
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:
parent
2f58d87c22
commit
3943594fe6
20 changed files with 7267 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue