Skip to content

Commit 4420547

Browse files
authored
Fix typo (#2473)
1 parent c994b69 commit 4420547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorrt_llm/models/modeling_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def __init__(self,
362362
if (not use_parallel_embedding) or (use_parallel_embedding and
363363
embedding_sharding_dim == 1):
364364
raise NotImplementedError(
365-
"For tensor parallelism, sharing the embedding table must set" \
365+
"For tensor parallelism, sharing the embedding table must set " \
366366
"use_parallel_embedding=True and embedding_sharding_dim=0"
367367
)
368368
if share_embedding_table and mapping.pp_size > 1:

0 commit comments

Comments
 (0)