Skip to content

Commit

Permalink
remove unused torch import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Litka committed Dec 17, 2024
1 parent a6a32ac commit 58a9f90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vllm/platforms/hpu.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from typing import TYPE_CHECKING, Optional

import torch

from .interface import Platform, PlatformEnum, _Backend

if TYPE_CHECKING:
Expand Down

0 comments on commit 58a9f90

Please sign in to comment.