From 5275b1efc77d6143999b54011857437d9b88c630 Mon Sep 17 00:00:00 2001 From: Daoyuan Li <94409450+DaoyuanLi2816@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:39:25 -0700 Subject: [PATCH] Add UniLoraConfig to ALL_CONFIG_CLASSES test matrix --- tests/test_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_config.py b/tests/test_config.py index 0590b4fd04..70bcc56101 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -62,6 +62,7 @@ TaskType, TinyLoraConfig, TrainableTokensConfig, + UniLoraConfig, VBLoRAConfig, VeraConfig, WaveFTConfig, @@ -118,6 +119,7 @@ class TestingCommitHashError(Exception): (OFTConfig, {}), (PveraConfig, {}), (WaveFTConfig, {}), + (UniLoraConfig, {}), )