Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Aug 30, 2024
1 parent bc92ef3 commit 85e38ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llumnix/backends/vllm/migration_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def __init__(self, migration_config: MigrationConfig, cache_engine: CacheEngine,
scheduling_strategy, is_driver_worker, gpu_cache) -> None:
super().__init__()

# pylint: disable=C0415
import cupy

self.migration_config = migration_config
Expand Down

0 comments on commit 85e38ab

Please sign in to comment.