Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
happyandslow committed Sep 13, 2024
1 parent a27e7bb commit 3fd0048
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vllm/engine/llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,6 @@ def __init__(
from vllm.plugins import load_general_plugins
load_general_plugins()

try:
import better_exceptions
except ImportError:
better_exceptions = None

if better_exceptions is not None:
better_exceptions.hook()

self.model_config = model_config
self.cache_config = cache_config
self.lora_config = lora_config
Expand Down

0 comments on commit 3fd0048

Please sign in to comment.