Skip to content

Commit

Permalink
Remove conftest change (it is in vllm-project#5681 now)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Jun 19, 2024
1 parent 6767ab4 commit 7adec4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def __exit__(self, exc_type, exc_value, traceback):
cleanup()


@pytest.fixture(scope="session")
@pytest.fixture
def hf_runner():
return HfRunner

Expand All @@ -385,7 +385,6 @@ def __init__(
block_size: int = 16,
enable_chunked_prefill: bool = False,
swap_space: int = 4,
enforce_eager: bool = False,
**kwargs,
) -> None:
self.model = LLM(
Expand All @@ -394,7 +393,6 @@ def __init__(
trust_remote_code=True,
dtype=dtype,
swap_space=swap_space,
enforce_eager=enforce_eager,
disable_log_stats=disable_log_stats,
tensor_parallel_size=tensor_parallel_size,
max_model_len=max_model_len,
Expand Down

0 comments on commit 7adec4c

Please sign in to comment.