From 123f57b84bbaeb23e673d33598279fcf564f9607 Mon Sep 17 00:00:00 2001 From: fy Date: Thu, 12 Feb 2026 10:37:12 +0800 Subject: [PATCH] update glm5 readme on npu (#18657) --- docs/platforms/ascend_npu_glm5_examples.md | 6 ++++++ 1 file changed, 6 insertions(+) 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