From e62a0f10fe831caf1d149022d958666cba3ce43c Mon Sep 17 00:00:00 2001 From: Daniel Mietchen Date: Fri, 26 Dec 2025 06:19:17 +0100 Subject: [PATCH] Fix requirements file name in README Corrected filename from 'requirement_trt.txt' to 'requirements_trt.txt'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fffbe2..857582d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ source start.sh #### 🏎️ Acceleration (Optional) Converting the model to TensorRT can significantly speed up inference (~ 2x ⚡️). Building the engine may take about `20 minutes` depending on your device. Note that TensorRT optimizations may lead to slight variations or a small drop in output quality. ``` -pip install -r requirement_trt.txt +pip install -r requirements_trt.txt python torch2trt.py ```