mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-11 05:49:55 +00:00
[fx] recovered skipped pipeline tests (#1338)
This commit is contained in:
@@ -39,7 +39,6 @@ def pipeline_pass_test_helper(model, data, pass_func):
|
||||
assert output.equal(origin_output)
|
||||
|
||||
|
||||
@pytest.mark.skip('skip due to CI environment')
|
||||
def test_pipeline_passes():
|
||||
model = MLP(MODEL_DIM)
|
||||
data = torch.rand(BATCH_SIZE, MODEL_DIM)
|
||||
|
Reference in New Issue
Block a user