mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-29 11:24:19 +00:00
Remove the safety adapter for Together; we can just use "meta-reference" (#387)
This commit is contained in:
parent
8fc2d212a2
commit
064d2a5287
8 changed files with 4 additions and 179 deletions
|
@ -32,7 +32,7 @@ DEFAULT_PROVIDER_COMBINATIONS = [
|
|||
pytest.param(
|
||||
{
|
||||
"inference": "together",
|
||||
"safety": "together",
|
||||
"safety": "meta_reference",
|
||||
},
|
||||
id="together",
|
||||
marks=pytest.mark.together,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue