From 7911200057b9df05ecd48b05c2e2c6b8889461a9 Mon Sep 17 00:00:00 2001 From: Chansung Park Date: Tue, 20 Aug 2024 16:38:14 +0900 Subject: [PATCH] Remove torch --- tests/test_model_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_model_utils.py b/tests/test_model_utils.py index 70353bb9..16ada923 100644 --- a/tests/test_model_utils.py +++ b/tests/test_model_utils.py @@ -14,8 +14,6 @@ # limitations under the License. import unittest -import torch - from alignment import ( DataArguments, ModelArguments,