better cmdline

This commit is contained in:
Ashwin Bharambe 2025-03-13 11:45:04 -07:00 committed by GitHub
parent a5ca3a7d3c
commit 2c05ec9ff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,4 +77,4 @@ jobs:
env:
INFERENCE_MODEL: "meta-llama/Llama-3.2-3B-Instruct"
run: |
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
uv run pytest -v tests/integration/inference --stack-config=ollama --text-model="meta-llama/Llama-3.2-3B-Instruct" --embedding-model=all-MiniLM-L6-v2