Skip to content

Commit

Permalink
[CI/Build] [2/3] Reorganize entrypoints tests (#5904)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Jun 28, 2024
1 parent ec1ad00 commit 3b752a6
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 3b752a6

Please sign in to comment.