Skip to content

Commit

Permalink
add qwen 0.5b to pytest session fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Nov 29, 2024
1 parent c4eaa52 commit adce6fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ def download_smollm2_135m_model():
snapshot_download("HuggingFaceTB/SmolLM2-135M")


@pytest.fixture(scope="session", autouse=True)
def download_qwen_2_5_half_billion_model():
# download the model
snapshot_download("Qwen/Qwen2.5-0.5B")


@pytest.fixture(scope="session", autouse=True)
def download_tatsu_lab_alpaca_dataset():
# download the model
Expand Down

0 comments on commit adce6fa

Please sign in to comment.