Remove the safety adapter for Together; we can just use "meta-reference" (#387)

This commit is contained in:
Ashwin Bharambe 2024-11-06 17:36:57 -08:00 committed by GitHub
parent 8fc2d212a2
commit 064d2a5287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 4 additions and 179 deletions

View file

@ -32,7 +32,7 @@ DEFAULT_PROVIDER_COMBINATIONS = [
pytest.param(
{
"inference": "together",
"safety": "together",
"safety": "meta_reference",
},
id="together",
marks=pytest.mark.together,