diff --git a/vllm/_custom_ops.py b/vllm/_custom_ops.py index 8ebe694eefd0..d5a41284385e 100644 --- a/vllm/_custom_ops.py +++ b/vllm/_custom_ops.py @@ -5,7 +5,6 @@ import contextlib from typing import TYPE_CHECKING, Optional, Union import torch -import torch.library import vllm.envs as envs from vllm.logger import init_logger