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 cacb8a8 commit c329f5fCopy full SHA for c329f5f
examples/llm-api/llm_mgmn_llm_distributed.sh
@@ -51,5 +51,6 @@ srun -l \
51
trtllm-llmapi-launch python3 $script \
52
--model_dir $LOCAL_MODEL \
53
--prompt 'Hello, how are you?' \
54
- --tp_size 2
+ --tp_size 2 \
55
+ --max_batch_size 256
56
"
0 commit comments