Skip to content

Commit 393e3ba

Browse files
authored
register intellect-3 thinking sut (#1481)
1 parent 8826580 commit 393e3ba

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/modelgauge/suts/huggingface_chat_completion.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,13 @@ def translate_chat_prompt(self, prompt: ChatPrompt, options: ModelOptions) -> Hu
276276
"nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16",
277277
HF_SECRET,
278278
)
279+
SUTS.register(
280+
HuggingFaceChatCompletionDedicatedThinkingSUT,
281+
"PrimeIntellect-INTELLECT-3-thinking-excluded-hf",
282+
"intellect-3-uqs",
283+
"PrimeIntellect/INTELLECT-3",
284+
HF_SECRET,
285+
)
279286

280287
# Register serverless SUTs.
281288
SUTS.register(

0 commit comments

Comments
 (0)