We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c994b69 commit 4420547Copy full SHA for 4420547
tensorrt_llm/models/modeling_utils.py
@@ -362,7 +362,7 @@ def __init__(self,
362
if (not use_parallel_embedding) or (use_parallel_embedding and
363
embedding_sharding_dim == 1):
364
raise NotImplementedError(
365
- "For tensor parallelism, sharing the embedding table must set" \
+ "For tensor parallelism, sharing the embedding table must set " \
366
"use_parallel_embedding=True and embedding_sharding_dim=0"
367
)
368
if share_embedding_table and mapping.pp_size > 1:
0 commit comments