From ee1ea43e36ac30b414c2976645f3ee7c71e290ff Mon Sep 17 00:00:00 2001 From: Echo-Nie <157974576+Echo-Nie@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:39:41 +0800 Subject: [PATCH] [Docs] Fix broken commitID (#5008) * fix commitID * Update nvidia_gpu.md --- docs/get_started/installation/nvidia_gpu.md | 2 +- docs/zh/get_started/installation/nvidia_gpu.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get_started/installation/nvidia_gpu.md b/docs/get_started/installation/nvidia_gpu.md index e2e25807a..140e02cd4 100644 --- a/docs/get_started/installation/nvidia_gpu.md +++ b/docs/get_started/installation/nvidia_gpu.md @@ -112,7 +112,7 @@ cd FastDeploy bash build.sh 1 python false [90] 1 # Use precompiled wheel from a specific commit -bash build.sh 1 python false [90] 1 7dbd9412b0de47aacad9011e8ace492af7247620 +bash build.sh 1 python false [90] 1 8a9e7b53af4a98583cab65e4b44e3265a93e56d2 ``` The downloaded wheel packages will be stored in the `FastDeploy/pre_wheel` directory. diff --git a/docs/zh/get_started/installation/nvidia_gpu.md b/docs/zh/get_started/installation/nvidia_gpu.md index c32575389..a1e3b482b 100644 --- a/docs/zh/get_started/installation/nvidia_gpu.md +++ b/docs/zh/get_started/installation/nvidia_gpu.md @@ -118,7 +118,7 @@ cd FastDeploy bash build.sh 1 python false [90] 1 # 从指定 commitID 获取对应预编译算子 -bash build.sh 1 python false [90] 1 7dbd9412b0de47aacad9011e8ace492af7247620 +bash build.sh 1 python false [90] 1 8a9e7b53af4a98583cab65e4b44e3265a93e56d2 ``` 下载的 whl 包在 `FastDeploy/pre_wheel`目录下。