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.