From a2774c4d69743180ea763b5938aebf44e9605a25 Mon Sep 17 00:00:00 2001 From: baonudesifeizhai Date: Tue, 23 Dec 2025 15:25:43 -0500 Subject: [PATCH] fix Signed-off-by: baonudesifeizhai --- tests/compile/fullgraph/test_full_graph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/compile/fullgraph/test_full_graph.py b/tests/compile/fullgraph/test_full_graph.py index 5a3ed71d82df6..ffec14d36fd17 100644 --- a/tests/compile/fullgraph/test_full_graph.py +++ b/tests/compile/fullgraph/test_full_graph.py @@ -14,7 +14,6 @@ from vllm.attention.backends.registry import AttentionBackendEnum from vllm.config import CompilationConfig, CompilationMode, CUDAGraphMode, PassConfig from vllm.platforms import current_platform from vllm.utils.torch_utils import ( - is_torch_equal, is_torch_equal_or_newer, )