mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[TRTQA-2802][fix]: add --host for mgmn serve examples script (#4175)
remove prepare data Signed-off-by: xinhe-nv <200704525+xinhe-nv@users.noreply.github.com>
This commit is contained in:
parent
1333f4f5d5
commit
186e2b8c38
@ -33,7 +33,6 @@
|
||||
# not supported in Slurm mode, you need to download the model and put it in
|
||||
# the LOCAL_MODEL directory.
|
||||
|
||||
|
||||
echo "Starting trtllm-serve..."
|
||||
# Just launch trtllm-serve job with trtllm-llmapi-launch command.
|
||||
srun -l \
|
||||
@ -51,5 +50,6 @@ srun -l \
|
||||
trtllm-serve $LOCAL_MODEL \
|
||||
--tp_size 16 \
|
||||
--backend pytorch \
|
||||
--host 0.0.0.0 \
|
||||
${ADDITIONAL_OPTIONS}
|
||||
"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user