Improve doc strings (#518)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
"""Cache for the compressed finite state machine."""
|
||||
from sglang.srt.constrained import RegexFSM, TransformerTokenizer
|
||||
from sglang.srt.constrained.base_cache import BaseCache
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
"""
|
||||
Faster constrained decoding.
|
||||
Reference: https://lmsys.org/blog/2024-02-05-compressed-fsm/
|
||||
"""
|
||||
import interegular
|
||||
|
||||
from sglang.srt.constrained import FSMInfo, disk_cache, make_deterministic_fsm
|
||||
|
||||
Reference in New Issue
Block a user