fix(test): replace jackfram llama with smollm

This commit is contained in:
NanoCode012
2025-02-28 16:40:49 +07:00
parent 75cbd15301
commit 10d18e6c97
12 changed files with 26 additions and 41 deletions

View File

@@ -47,9 +47,9 @@ def download_smollm2_135m_model():
@pytest.fixture(scope="session", autouse=True)
def download_llama_68m_random_model():
def download_smollm2_135m_instruct_model():
# download the model
snapshot_download_w_retry("JackFram/llama-68m")
snapshot_download_w_retry("HuggingFaceTB/SmolLM2-135M-Instruct")
@pytest.fixture(scope="session", autouse=True)