mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-10 04:08:31 +00:00
add embedding model parameter
This commit is contained in:
parent
2b484a2853
commit
a5ca3a7d3c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
@ -77,4 +77,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
INFERENCE_MODEL: "meta-llama/Llama-3.2-3B-Instruct"
|
INFERENCE_MODEL: "meta-llama/Llama-3.2-3B-Instruct"
|
||||||
run: |
|
run: |
|
||||||
uv run pytest --stack-config=ollama --text-model="meta-llama/Llama-3.2-3B-Instruct" -v tests/integration/inference
|
uv run pytest --stack-config=ollama --text-model="meta-llama/Llama-3.2-3B-Instruct" --embedding-model all-MiniLM-L6-v2 -v tests/integration/inference
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue