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:
dsashidh 2025-07-05 17:04:10 +00:00 committed by PyTorch MergeBot
parent 9be5860bc3
commit ee9ac36c23

View File

@ -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)