mark slow tests that are timing out in CI (#3428) [skip ci]
This commit is contained in:
@@ -423,6 +423,7 @@ class TestFSDP2:
|
|||||||
|
|
||||||
verify_training_success(temp_dir)
|
verify_training_success(temp_dir)
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="slow test w cu129 + torch 2.9.1 + py3.12")
|
||||||
@require_torch_2_7_0
|
@require_torch_2_7_0
|
||||||
def test_dpo_lora(self, temp_dir):
|
def test_dpo_lora(self, temp_dir):
|
||||||
cfg = DictDefault(
|
cfg = DictDefault(
|
||||||
|
|||||||
@@ -116,6 +116,7 @@ class TestTokenizers:
|
|||||||
tokenizer.decode([128041, 128042]) == "RANDOM_OVERRIDE_1RANDOM_OVERRIDE_2"
|
tokenizer.decode([128041, 128042]) == "RANDOM_OVERRIDE_1RANDOM_OVERRIDE_2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@pytest.mark.skip("FIXME slow test sdist py3.11 + torch2.8.0")
|
||||||
@enable_hf_offline
|
@enable_hf_offline
|
||||||
def test_added_tokens_overrides_gemma3(self, temp_dir):
|
def test_added_tokens_overrides_gemma3(self, temp_dir):
|
||||||
cfg = DictDefault(
|
cfg = DictDefault(
|
||||||
|
|||||||
Reference in New Issue
Block a user