[Doc]: fix typos in various files (#24798)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-09-13 09:43:33 +02:00
committed by GitHub
parent 4dad72f0d9
commit 41ae4a1eab
10 changed files with 13 additions and 13 deletions

View File

@@ -258,7 +258,7 @@ class VocabParallelEmbedding(CustomOp):
if params_dtype is None:
params_dtype = torch.get_default_dtype()
# Divide the weight matrix along the vocaburaly dimension.
# Divide the weight matrix along the vocabulary dimension.
self.num_added_embeddings = self.num_embeddings - self.org_vocab_size
self.num_embeddings_per_partition = divide(self.num_embeddings_padded,
self.tp_size)