automatically split out reasoning trace from dataset (#2579)
* automatically split out reasoning trace from dataset * chore: lint * fix import
This commit is contained in:
@@ -90,6 +90,12 @@ def download_qwen_2_5_half_billion_model():
|
||||
snapshot_download_w_retry("Qwen/Qwen2.5-0.5B", repo_type="model")
|
||||
|
||||
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def download_qwen3_half_billion_model():
|
||||
# download the model
|
||||
snapshot_download_w_retry("Qwen/Qwen3-0.6B", repo_type="model")
|
||||
|
||||
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def download_tatsu_lab_alpaca_dataset():
|
||||
# download the dataset
|
||||
|
||||
Reference in New Issue
Block a user