From 2bb09da6dc4e9c061d75e3fd943c763e56c0c4b1 Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:32:44 +0800 Subject: [PATCH] Update README.md --- demo/quant/deploy/TensorRT/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/quant/deploy/TensorRT/README.md b/demo/quant/deploy/TensorRT/README.md index ba3eb0a5..1bd42111 100644 --- a/demo/quant/deploy/TensorRT/README.md +++ b/demo/quant/deploy/TensorRT/README.md @@ -9,7 +9,7 @@ NVIDIA TensorRT 是一个高性能的深度学习预测库,适用于Nvidia GPU - 在Nvidia GPU上部署预测:在GPU上以INT8类型进行预测部署。 参考资料: -* PaddleInference NV GPU部署量化模型[文档](https://paddle-inference.readthedocs.io/en/latest/optimize/paddle_trt.html) +* PaddleInference NV GPU部署量化模型[文档](https://www.paddlepaddle.org.cn/inference/v2.4/guides/nv_gpu_infer/trt_fp16_int8.html) ## 1. 准备环境 -- GitLab