Skip to content

Commit eb69f8d

Browse files
committed
tests: fix for 0.6.7.dev
1 parent 9c8c8d6 commit eb69f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def prompt_tune_path():
4141
@pytest.fixture
4242
def lora_available() -> bool:
4343
# lora does not work on cpu
44-
return not vllm.config.current_platform.is_cpu()
44+
return not vllm.platforms.current_platform.is_cpu()
4545

4646

4747
@pytest.fixture

0 commit comments

Comments
 (0)