NVIDIA / TensorRT-LLM

TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.
https://nvidia.github.io/TensorRT-LLM
Apache License 2.0
8.71k stars 996 forks source link

Fix minor typo #2473

Open lkm2835 opened 1 day ago

lkm2835 commented 1 day ago

For tensor parallelism, sharing the embedding table must setuse_parallel_embedding=True and embedding_sharding_dim=0 -> For tensor parallelism, sharing the embedding table must set use_parallel_embedding=True and embedding_sharding_dim=0