From 5dbe24d9c5eb0082b24ef61d0472cd50a50f832e Mon Sep 17 00:00:00 2001 From: SangHyeon Park <39648636+shyeonn@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:02:49 +0900 Subject: [PATCH] Update debugging_tvm.rst --- 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.