From cc9031c17e5c0819f7142d9859197d390064fc5f Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 21 Feb 2023 20:49:13 +0800 Subject: [PATCH] Update README.md --- tutorials/multi_thread/cpp/single_model/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/multi_thread/cpp/single_model/README.md b/tutorials/multi_thread/cpp/single_model/README.md index eb56c22d7..74a000f2d 100644 --- a/tutorials/multi_thread/cpp/single_model/README.md +++ b/tutorials/multi_thread/cpp/single_model/README.md @@ -1,6 +1,6 @@ English | [中文](README_CN.md) -# Example of PaddleClas models Python Deployment +# Example of PaddleClas models C++ Deployment This directory provides example file `multi_thread.cc` to fast deploy PaddleClas models on CPU/GPU and GPU accelerated by TensorRT.