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
cb72ae54
Unverified
Commit
cb72ae54
authored
Feb 22, 2022
by
anj-s
Committed by
GitHub
Feb 22, 2022
Browse files
fix typo (#938)
parent
f9a125db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/nn/data_parallel/test_fsdp.py
tests/nn/data_parallel/test_fsdp.py
+1
-1
No files found.
tests/nn/data_parallel/test_fsdp.py
View file @
cb72ae54
...
@@ -481,7 +481,7 @@ class TestReduceScatterProcessGroup(DistributedTest):
...
@@ -481,7 +481,7 @@ class TestReduceScatterProcessGroup(DistributedTest):
return
FullyShardedDataParallel
(
model
,
group
,
**
config
)
return
FullyShardedDataParallel
(
model
,
group
,
**
config
)
@
pytest
.
mark
.
skip
(
reason
e
=
"Recently flaky and not reproducible locally."
)
@
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