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] = {