Skip to content

Commit 0d72de2

Browse files
committed
format.
1 parent 85184b6 commit 0d72de2

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
@@ -129,6 +129,9 @@ def __init__(
129129
cache_limit_bytes : int, default: -1
130130
The maximum memory usage for the cache in the specified unit.
131131
Note that the actual memory usage may slightly exceed this value.
132+
133+
is_jit : bool, default: False
134+
Whether to enable Just-In-Time (JIT) compilation.
132135
"""
133136
if not isinstance(tokenizer_info, TokenizerInfo):
134137
raise ValueError(

0 commit comments

Comments
 (0)