From 11fe31c909d976c1fc5acf224d144c74f354bfc1 Mon Sep 17 00:00:00 2001 From: Saaketh Date: Mon, 16 Dec 2024 16:17:23 -0500 Subject: [PATCH] yo --- tests/models/hf/test_hf_base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/models/hf/test_hf_base.py b/tests/models/hf/test_hf_base.py index ec45e31a65..67e9750a8a 100644 --- a/tests/models/hf/test_hf_base.py +++ b/tests/models/hf/test_hf_base.py @@ -1,7 +1,6 @@ # Copyright 2024 MosaicML LLM Foundry authors # SPDX-License-Identifier: Apache-2.0 -import pytest from peft import PeftModel from llmfoundry.models.hf.hf_base import BaseHuggingFaceModel