garbage output in A100

#3
by youngmd - opened

deploy in a100, with the docker image openguardrails/vllm-glm52-sm80:764b6bfa0-pr47629-pr47644
with the command line

vllm serve /data/GLM-5.3-Int4-Int8Mix
--served-model-name GLM5.3-int4-int8Mix
--host 0.0.0.0
--port 8000
--tensor-parallel-size 8
--enable-expert-parallel
--max-model-len auto
--gpu-memory-utilization 0.96
--max-num-seqs 4
--tool-call-parser glm47
--reasoning-parser glm45
--enable-auto-tool-choice
--disable-uvicorn-access-log
--quantization compressed-tensors
--trust-remote-code
--enable-prompt-tokens-details
--enable-prefix-caching

all the output is garbage till the max_tokens.

Sign up or log in to comment