From 84055470ab806bbd6aa1e773ba3504a29d7dbdbd Mon Sep 17 00:00:00 2001 From: Goekdeniz-Guelmez Date: Sat, 18 Jan 2025 20:52:00 +0100 Subject: [PATCH] adding helium into training --- llms/mlx_lm/tuner/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llms/mlx_lm/tuner/utils.py b/llms/mlx_lm/tuner/utils.py index 3986952a..9df9ba0d 100644 --- a/llms/mlx_lm/tuner/utils.py +++ b/llms/mlx_lm/tuner/utils.py @@ -94,6 +94,7 @@ def linear_to_lora_layers( "phimoe", "gemma", "gemma2", + "helium", "starcoder2", "cohere", "cohere2",