We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59be3c commit c7cb0d6Copy full SHA for c7cb0d6
test/format_out/test_xgrammar_constraint.py
@@ -7,6 +7,7 @@
7
# NOTE: To test, change the model path here
8
tokenizer = AutoTokenizer.from_pretrained("/path/to/model")
9
10
+
11
class RequestThread(threading.Thread):
12
def __init__(self, url, headers, data):
13
threading.Thread.__init__(self)
0 commit comments