Skip to content

Commit f6236ce

Browse files
authored
BugFix: Relax comment (#17750)
relax comment fixed
1 parent 435f641 commit f6236ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/meta_schedule/relax_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def tune_relax(
224224
- "ignore-ndarray": Same as "structural", but ignore ndarray raw data during
225225
equality testing and hashing.
226226
- "anchor-block": Apply equality testing and hashing on the anchor block extracted from a
227-
given module. The "ignore-ndarray" varint is used for the extracted
227+
given module. The "ignore-ndarray" variant is used for the extracted
228228
blocks or in case no anchor block is found.
229229
For the definition of the anchor block, see tir/analysis/analysis.py.
230230

0 commit comments

Comments
 (0)