mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fixing misspelling in documentation (#157565)
Fixes #157564 Fixes misspelling of the word parameter in documentation Pull Request resolved: https://github.com/pytorch/pytorch/pull/157565 Approved by: https://github.com/awgu, https://github.com/cyyever
This commit is contained in:
parent
9be5860bc3
commit
ee9ac36c23
|
|
@ -1311,7 +1311,7 @@ class TestFullyShardHSDP3DTraining(FSDPTest):
|
|||
use_activation_checkpointing,
|
||||
reshard_after_forward=reshard_after_forward,
|
||||
)
|
||||
# Checking paramters match orig model is critical to validate .full_tensor correctly replicates the
|
||||
# Checking parameters match orig model is critical to validate .full_tensor correctly replicates the
|
||||
# strided-sharded layers.
|
||||
for ref_p, p in zip(ref_model.parameters(), model.parameters()):
|
||||
self.assertIsInstance(p, DTensor)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user