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
fairscale
Commits
4975b05e
Unverified
Commit
4975b05e
authored
Sep 24, 2022
by
Min Xu
Committed by
GitHub
Sep 24, 2022
Browse files
reenable a test (#1081)
Co-authored-by:
Min Xu
<
min.xu.public@gmail.com
>
parent
e71d2570
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/nn/data_parallel/test_fsdp.py
tests/nn/data_parallel/test_fsdp.py
+0
-1
No files found.
tests/nn/data_parallel/test_fsdp.py
View file @
4975b05e
...
@@ -481,7 +481,6 @@ class TestReduceScatterProcessGroup(DistributedTest):
...
@@ -481,7 +481,6 @@ class TestReduceScatterProcessGroup(DistributedTest):
return
FullyShardedDataParallel
(
model
,
group
,
**
config
)
return
FullyShardedDataParallel
(
model
,
group
,
**
config
)
@
pytest
.
mark
.
skip
(
reason
=
"Recently flaky and not reproducible locally."
)
class
TestSerialization
(
DistributedTest
):
class
TestSerialization
(
DistributedTest
):
@
parameterized
.
expand
([[
False
,
False
],
[
True
,
False
],
[
True
,
True
],
[
False
,
True
]],
name_func
=
rename_test
)
@
parameterized
.
expand
([[
False
,
False
],
[
True
,
False
],
[
True
,
True
],
[
False
,
True
]],
name_func
=
rename_test
)
def
test_pickle
(
self
,
mixed_precision
,
cpu_offload
):
def
test_pickle
(
self
,
mixed_precision
,
cpu_offload
):
...
...
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