Skip to content

Commit c7bd4ce

Browse files
committed
format.
1 parent 6eceaa5 commit c7bd4ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/xgrammar/compiler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ def __init__(
122122
cache_limit_bytes : int, default: -1
123123
The maximum memory usage for the cache in the specified unit.
124124
Note that the actual memory usage may slightly exceed this value.
125+
126+
is_jit : bool, default: False
127+
Whether to enable Just-In-Time (JIT) compilation.
125128
"""
126129
if not isinstance(tokenizer_info, TokenizerInfo):
127130
raise ValueError(

0 commit comments

Comments
 (0)