GLM-5.3-Flash on Single MI300 GPU

#34
by ghostplant - opened

A perfect model whose size exactly fits in a single GPU, with about 100+ tps without MTP, and 200+ tps with MTP.

docker run -e LOCAL_SIZE=1 -p 8000:8000 -it --rm --ipc=host --shm-size=8g \
      --ulimit memlock=-1 --ulimit stack=67108864 -v /:/host -w /host$(pwd) \
      --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --device=/dev/kfd --device=/dev/dri --group-add=video \
      tutelgroup/deepseek-671b:mi300x8-chat-20260831 --serve=core \
        --try_path zai-org/GLM-5.3-Flash \
        --thinking_effort max

Sign up or log in to comment