Skip to content

Commit

Permalink
tests: fix for 0.6.7.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jan 8, 2025
1 parent 9c8c8d6 commit eb69f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def prompt_tune_path():
@pytest.fixture
def lora_available() -> bool:
# lora does not work on cpu
return not vllm.config.current_platform.is_cpu()
return not vllm.platforms.current_platform.is_cpu()


@pytest.fixture
Expand Down

0 comments on commit eb69f8d

Please sign in to comment.