Unverified Commit 3b752a65 authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[CI/Build] [2/3] Reorganize entrypoints tests (#5904)

parent ec1ad004
...@@ -44,7 +44,7 @@ def llm(): ...@@ -44,7 +44,7 @@ def llm():
cleanup() cleanup()
@pytest.fixture(scope="session") @pytest.fixture(scope="module")
def zephyr_lora_files(): def zephyr_lora_files():
return snapshot_download(repo_id=LORA_NAME) return snapshot_download(repo_id=LORA_NAME)
......
...@@ -72,7 +72,7 @@ TEST_CHOICE = [ ...@@ -72,7 +72,7 @@ TEST_CHOICE = [
pytestmark = pytest.mark.openai pytestmark = pytest.mark.openai
@pytest.fixture(scope="session") @pytest.fixture(scope="module")
def zephyr_lora_files(): def zephyr_lora_files():
return snapshot_download(repo_id=LORA_NAME) return snapshot_download(repo_id=LORA_NAME)
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment