From 75307b1e983d7cd547a9963a91cd57d425093a69 Mon Sep 17 00:00:00 2001 From: Bob Ren Date: Fri, 27 Dec 2024 11:46:46 -0800 Subject: [PATCH] fix typo in docs (#2656) Summary: Pull Request resolved: https://github.com/pytorch/torchrec/pull/2656 tsia Reviewed By: iamzainhuda Differential Revision: D67657345 fbshipit-source-id: dfb9837c9c03f19d513f8000f8751fedc74c0d5d --- docs/source/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts.rst b/docs/source/concepts.rst index 5f5f9190e..b1d7f3776 100644 --- a/docs/source/concepts.rst +++ b/docs/source/concepts.rst @@ -251,7 +251,7 @@ to shard and integrate the plan. At a high level, - Initializes the environment by setting up process groups and assigning device type. -- Uses default shaders if no shaders are provided, the default includes +- Uses default sharders if no sharders are provided, the default includes ``EmbeddingBagCollectionSharder``. - Takes in the provided sharding plan, if none is provided, it