diff --git a/docs/platforms/ascend_npu_glm5_examples.md b/docs/platforms/ascend_npu_glm5_examples.md index 605f3f413..9f4fcefc4 100644 --- a/docs/platforms/ascend_npu_glm5_examples.md +++ b/docs/platforms/ascend_npu_glm5_examples.md @@ -54,6 +54,12 @@ docker run -itd --shm-size=16g --privileged=true --name ${NAME} \ quay.io/ascend/sglang:${TAG} ``` +Note: Using this image, you need to update transformers to main branch +``` shell +# reinstall transformers +pip install git+https://github.com/huggingface/transformers.git +``` + ## Deployment ### Single-node Deployment