From 415f9aeab53a79d94e43f4761050d0c7948b3233 Mon Sep 17 00:00:00 2001 From: SangHyeon Park <39648636+shyeonn@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:08:16 +0900 Subject: [PATCH] typo --- docs/dev/how_to/debugging_tvm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/how_to/debugging_tvm.rst b/docs/dev/how_to/debugging_tvm.rst index 9df54af4f691..1e3c9fb39363 100644 --- a/docs/dev/how_to/debugging_tvm.rst +++ b/docs/dev/how_to/debugging_tvm.rst @@ -49,7 +49,7 @@ optimization). To enable VLOGging, do the following: 1. In ``config/cmake``, ensure you ``set(USE_RELAY_DEBUG ON)``. This flag is used to enable VLOGging. -2. Launch Python passing ``TVM_LOG_DEBUG=``, where ``>`` is a comma-separated list of +2. Launch Python passing ``TVM_LOG_DEBUG=``, where ```` is a comma-separated list of level assignments of the form ``=``. Here are some specializations: - The special filename ``DEFAULT`` sets the VLOG level setting for all files.