Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
f3ce7b83
Unverified
Commit
f3ce7b83
authored
Jul 19, 2022
by
Frank Lee
Committed by
GitHub
Jul 19, 2022
Browse files
[fx] recovered skipped pipeline tests (#1338)
parent
0c51ff2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
tests/test_fx/test_comm_size_compute.py
tests/test_fx/test_comm_size_compute.py
+0
-1
tests/test_fx/test_pipeline_passes.py
tests/test_fx/test_pipeline_passes.py
+0
-1
No files found.
tests/test_fx/test_comm_size_compute.py
View file @
f3ce7b83
...
...
@@ -30,7 +30,6 @@ class MLP(torch.nn.Module):
return
x
@
pytest
.
mark
.
skip
(
'skip due to CI environment'
)
def
test_comm_size_compute
():
model
=
MLP
(
MODEL_DIM
)
input_sample
=
torch
.
rand
(
BATCH_SIZE
,
MODEL_DIM
)
...
...
tests/test_fx/test_pipeline_passes.py
View file @
f3ce7b83
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment