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 6eceaa5 commit c7bd4ceCopy full SHA for c7bd4ce
python/xgrammar/compiler.py
@@ -122,6 +122,9 @@ def __init__(
122
cache_limit_bytes : int, default: -1
123
The maximum memory usage for the cache in the specified unit.
124
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.
128
"""
129
if not isinstance(tokenizer_info, TokenizerInfo):
130
raise ValueError(
0 commit comments