From 58492601fb964ce4ac0c7d746d79ee0c813a62a1 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 30 Jul 2026 16:32:06 +0000 Subject: [PATCH] Add Hy3 to live bench runs --- lcb_runner/lm_styles.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lcb_runner/lm_styles.py b/lcb_runner/lm_styles.py index 66988366..f937d5bf 100644 --- a/lcb_runner/lm_styles.py +++ b/lcb_runner/lm_styles.py @@ -614,6 +614,13 @@ def __hash__(self) -> int: datetime(2023, 1, 1), link="https://huggingface.co/abacusai/Dracarys-72B-Instruct", ), + LanguageModel( + "tencent/hy3", + "Hy3", + LMStyle.OpenAIChat, + datetime(2026, 1, 1), + link="https://huggingface.co/tencent/Hy3", + ), ] LanguageModelStore: dict[str, LanguageModel] = {