From 3c0339127a5fd3df913b766cfc6fdc44df711228 Mon Sep 17 00:00:00 2001 From: triple-Mu Date: Sun, 12 Feb 2023 15:01:15 +0800 Subject: [PATCH] Rename profile --- README.md | 2 +- profile.py => trt-profile.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename profile.py => trt-profile.py (100%) diff --git a/README.md b/README.md index eaaf0cf..bd0e68a 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ If you want to profile the TensorRT engine: Usage: ``` shell -python3 profile.py --engine yolov8s.engine --device cuda:0 +python3 trt-profile.py --engine yolov8s.engine --device cuda:0 ``` # Refuse To Use PyTorch for Model Inference !!! diff --git a/profile.py b/trt-profile.py similarity index 100% rename from profile.py rename to trt-profile.py