Update nvidia_gpu.md

This commit is contained in:
Jiang-Jia-Jun
2025-11-14 18:17:32 +08:00
committed by GitHub
parent 5fc12eddfe
commit 692d69229b

View File

@@ -133,7 +133,5 @@ import paddle
from paddle.jit.marker import unified
# Verify GPU availability
paddle.utils.run_check()
# Verify FastDeploy custom operators compilation
from fastdeploy.model_executor.ops.gpu import beam_search_softmax
```
If the above code executes successfully, the environment is ready.