[Docs] Fix broken commitID (#5008)

* fix commitID

* Update nvidia_gpu.md
This commit is contained in:
Echo-Nie
2025-11-14 10:39:41 +08:00
committed by GitHub
parent 191a597d9f
commit ee1ea43e36
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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`目录下。