From 56534cd577211c563b2c5b74098929b949fc4063 Mon Sep 17 00:00:00 2001 From: Lu Fang <30275821+houseroad@users.noreply.github.com> Date: Wed, 5 Feb 2025 21:25:54 -0800 Subject: [PATCH] [Bugfix] Fix the test_ultravox.py's license (#12806) Signed-off-by: Lu Fang --- tests/lora/test_ultravox.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lora/test_ultravox.py b/tests/lora/test_ultravox.py index 1218dfa34be59..703f92ce8b6bc 100644 --- a/tests/lora/test_ultravox.py +++ b/tests/lora/test_ultravox.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: Apache-2.0 + import shutil from os import path from tempfile import TemporaryDirectory