From 87e7efc2b1cb77def4b34ac6c379f5d9d430ba08 Mon Sep 17 00:00:00 2001 From: Naren Dasan Date: Mon, 23 Aug 2021 10:44:39 -0600 Subject: [PATCH] Update README.md Signed-off-by: Naren Dasan --- examples/trtorchrt_example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/trtorchrt_example/README.md b/examples/trtorchrt_example/README.md index 18aaed138e..97403c165f 100644 --- a/examples/trtorchrt_example/README.md +++ b/examples/trtorchrt_example/README.md @@ -4,7 +4,7 @@ This sample is a demonstration on how to use TRTorch runtime library `libtrtorchrt.so` along with plugin library `libtrtorch_plugins.so` -In this demo, we convert two models `ConvGelu` and `Norm` to TensorRT using TRTorch python API and perform inference using `samplertapp`. In these models, `Gelu` and `Norm` layer are expressed as plugins in the network. +In this demo, we convert two models `ConvGelu` and `Norm` to TensorRT using TRTorch python API and perform inference using `trtorchrt_example`. In these models, `Gelu` and `Norm` layer are expressed as plugins in the network. ### Generating Torch script modules with TRT Engines