Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions vllm/platforms/cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ def check_and_update_config(cls, vllm_config: "VllmConfig") -> None:
compilation_config.use_cudagraph = False
if model_config is not None:
model_config.enforce_eager = True
# TODO (varun): Turning this ON gives incorrect results for the
# Deepseek-V2-lite model.
vllm_config.compilation_config.use_inductor = False

@classmethod
def get_current_memory_usage(cls,
Expand Down