This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new f7096efcf5 [DOCS] Fix Typo in Debugging TVM (#17528)
f7096efcf5 is described below
commit f7096efcf57b6ee1f052b3a4fd6ae8d24455d6ec
Author: SangHyeon Park <[email protected]>
AuthorDate: Wed Nov 13 20:41:33 2024 +0900
[DOCS] Fix Typo in Debugging TVM (#17528)
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 9df54af4f6..1e3c9fb393 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=<spec>``, where ``<spec>>`` is a
comma-separated list of
+2. Launch Python passing ``TVM_LOG_DEBUG=<spec>``, where ``<spec>`` is a
comma-separated list of
level assignments of the form ``<file_name>=<level>``. Here are some
specializations:
- The special filename ``DEFAULT`` sets the VLOG level setting for all
files.