We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85184b6 commit 0d72de2Copy full SHA for 0d72de2
python/xgrammar/compiler.py
@@ -129,6 +129,9 @@ def __init__(
129
cache_limit_bytes : int, default: -1
130
The maximum memory usage for the cache in the specified unit.
131
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.
135
"""
136
if not isinstance(tokenizer_info, TokenizerInfo):
137
raise ValueError(
0 commit comments