Skip to content

Commit 860f40a

Browse files
authored
swappy (#1155)
1 parent 051f3d0 commit 860f40a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/modelgauge/private_ensemble_annotator_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
config as MISTRAL_7B_RUBY_CONFIG,
1212
) # type: ignore
1313
from modelgauge.annotators.mistral_8x22b_instruct_annotator import (
14-
MISTRAL_8x22B_PE_TAMALPAIS_2024_09_09_CONFIG as MISTRAL_8x22B_CONFIG,
14+
MISTRAL_8x22B_PE_TAMALPAIS_2024_09_09_ON_TOGETHER_DEDICATED as MISTRAL_8x22B_CONFIG,
1515
) # type: ignore
1616
from modelgauge.ensemble.majority_vote_ensemble_strategy import MajorityVoteEnsembleStrategy # type: ignore
1717
from modelgauge.safety_model_response import SafetyModelResponse # type: ignore

src/modelgauge/suts/together_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def translate_response(self, request: TogetherInferenceRequest, response: Togeth
481481
SUTS.register(TogetherChatSUT, uid, model_name, InjectSecret(TogetherApiKey))
482482

483483
DEDICATED_CHAT_MODELS = {
484-
"mistral-8x22b-instruct-dedicated-together": "mlc_ai_safety_2/mistralai/Mixtral-8x22B-Instruct-v0.1-26b6d754",
484+
"mistral-8x22b-instruct-dedicated-together": "mlc_ai_safety_2/mistralai/Mixtral-8x22B-Instruct-v0.1-e1c7d251",
485485
}
486486
for uid, model_name in DEDICATED_CHAT_MODELS.items():
487487
SUTS.register(TogetherDedicatedChatSUT, uid, model_name, InjectSecret(TogetherApiKey))

0 commit comments

Comments
 (0)