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 f6236ce41e BugFix: Relax comment (#17750)
f6236ce41e is described below

commit f6236ce41e61259b36788c1a36b803f0693dbd05
Author: Thais Camacho <[email protected]>
AuthorDate: Sat Mar 15 10:35:16 2025 -0300

    BugFix: Relax comment (#17750)
    
    relax comment fixed
---
 python/tvm/meta_schedule/relax_integration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/tvm/meta_schedule/relax_integration.py 
b/python/tvm/meta_schedule/relax_integration.py
index 9c293a1654..0e5adc4e99 100644
--- a/python/tvm/meta_schedule/relax_integration.py
+++ b/python/tvm/meta_schedule/relax_integration.py
@@ -224,7 +224,7 @@ def tune_relax(
           - "ignore-ndarray": Same as "structural", but ignore ndarray raw 
data during
                               equality testing and hashing.
           - "anchor-block": Apply equality testing and hashing on the anchor 
block extracted from a
-                            given module. The "ignore-ndarray" varint is used 
for the extracted
+                            given module. The "ignore-ndarray" variant is used 
for the extracted
                             blocks or in case no anchor block is found.
                             For the definition of the anchor block, see 
tir/analysis/analysis.py.
 

Reply via email to