Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Oct 8, 2024
1 parent 73ce6da commit 75ea7ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llumnix/backends/vllm/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ def __init__(
gpu_type: str,
engine_args: EngineArgs,
) -> None:
self.state_lock = threading.Lock()
self.state = EngineState.RUNNING

# load database
profiling_database = ProfilingDatabase(profiling_result_file_path)
engine_config = engine_args.create_engine_config()
Expand Down

0 comments on commit 75ea7ef

Please sign in to comment.