This is an automated email from the ASF dual-hosted git repository.

tlopex 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 f66c04840f [DOC] Fix inconsistent code comments (#18939)
f66c04840f is described below

commit f66c04840fac174cea193ab78241a7d09c06cf47
Author: cj <[email protected]>
AuthorDate: Sat Mar 28 02:56:22 2026 +0800

    [DOC] Fix inconsistent code comments (#18939)
    
    the file `tvm/python/update_version.py` not exist. So remove the
    comment.
---
 python/tvm/libinfo.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/tvm/libinfo.py b/python/tvm/libinfo.py
index 3f69bb98ec..ca6b7932ec 100644
--- a/python/tvm/libinfo.py
+++ b/python/tvm/libinfo.py
@@ -261,5 +261,5 @@ def find_include_path(name=None, search_path=None, 
optional=False):
 # current version
 # We use the version of the incoming release for code
 # that is under development.
-# The following line is set by tvm/python/update_version.py
+# The following line is set by version.py
 __version__ = "0.24.dev0"

Reply via email to