mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 22:20:01 +00:00
fix safety in starter
This commit is contained in:
parent
51d9fd4808
commit
3d83322003
8 changed files with 84 additions and 111 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
-k "not(builtin_tool or safety_with_image or code_interpreter or test_rag)" \
|
||||
--text-model="ollama/llama3.2:3b-instruct-fp16" \
|
||||
--embedding-model=all-MiniLM-L6-v2 \
|
||||
--safety-shield=ollama \
|
||||
--safety-shield=$SAFETY_MODEL \
|
||||
--color=yes \
|
||||
--capture=tee-sys | tee pytest-${{ matrix.test-type }}.log
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue