Skip to content

Commit

Permalink
[CI/Build] [2/3] Reorganize entrypoints tests (vllm-project#5904)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 authored and jimpang committed Jul 8, 2024
1 parent d78c12d commit 9af9740
Show file tree
Hide file tree
Showing 4 changed files with 653 additions and 598 deletions.
2 changes: 1 addition & 1 deletion tests/entrypoints/test_llm_generate_multiple_loras.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def llm():
cleanup()


@pytest.fixture(scope="session")
@pytest.fixture(scope="module")
def zephyr_lora_files():
return snapshot_download(repo_id=LORA_NAME)

Expand Down
2 changes: 1 addition & 1 deletion tests/entrypoints/test_openai_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
pytestmark = pytest.mark.openai


@pytest.fixture(scope="session")
@pytest.fixture(scope="module")
def zephyr_lora_files():
return snapshot_download(repo_id=LORA_NAME)

Expand Down
Loading

0 comments on commit 9af9740

Please sign in to comment.