mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-17 15:13:49 +00:00
Safety tests work
This commit is contained in:
parent
66b658dcce
commit
2ed0267fbb
3 changed files with 100 additions and 88 deletions
|
@ -38,7 +38,8 @@ DEFAULT_PROVIDER_COMBINATIONS = [
|
|||
pytest.param(
|
||||
{
|
||||
"inference": "together",
|
||||
"safety": "together",
|
||||
"safety": "meta_reference",
|
||||
# make this work with Weaviate which is what the together distro supports
|
||||
"memory": "meta_reference",
|
||||
"agents": "meta_reference",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue