mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 20:10:17 +00:00
[devops] fix compatibility (#5444)
* [devops] fix compatibility * [hotfix] update compatibility test on pr * [devops] fix compatibility * [devops] record duration during comp test * [test] decrease test duration * fix falcon
This commit is contained in:
@@ -16,7 +16,6 @@ from colossalai.testing import (
|
||||
clear_cache_before_run,
|
||||
parameterize,
|
||||
rerun_if_address_is_in_use,
|
||||
skip_if_not_enough_gpus,
|
||||
spawn,
|
||||
)
|
||||
from tests.kit.model_zoo import model_zoo
|
||||
@@ -178,12 +177,5 @@ def test_gemini_ckpIO():
|
||||
spawn(run_dist, 4)
|
||||
|
||||
|
||||
@pytest.mark.largedist
|
||||
@skip_if_not_enough_gpus(min_gpus=8)
|
||||
@rerun_if_address_is_in_use()
|
||||
def test_gemini_ckpIO_3d():
|
||||
spawn(run_dist, 8)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_gemini_ckpIO()
|
||||
test_gemini_ckpIO()
|
||||
|
Reference in New Issue
Block a user