I built a model with tp 2 pp 2, that's world size 4, and benchmark it. It wars reported that expected world size is 2, and I check the code:
https://github.com/NVIDIA/TensorRT-LLM/blob/release/0.5.0/benchmarks/python/base_benchmark.py#L70C30-L70C30
It seems pipeline parallel is not supported in benchmark yet?
I built a model with tp 2 pp 2, that's world size 4, and benchmark it. It wars reported that expected world size is 2, and I check the code:
https://github.com/NVIDIA/TensorRT-LLM/blob/release/0.5.0/benchmarks/python/base_benchmark.py#L70C30-L70C30
It seems pipeline parallel is not supported in benchmark yet?