Saibo-creator

Results 8 comments of Saibo-creator

This error message says you need to add 'chromedriver' executable to your PATH. To do so, first download the chromedriver executable from https://sites.google.com/a/chromium.org/chromedriver/downloads . My chrome version is 89.xxxx so...

After a close look, it seems that this is caused by the mismatch between the installed C runtime and python code. In the commit a42cec21071de72806bedd2fac985fe2a1356db3 on Jul 16, 2022, the...

It looks like the batch inference feature mentioned earlier is still in development. I'll hold off for now.

I'm not completely sure I've got a handle on the issue. It looks like the proxy is functioning correctly with the endpoint parameter. Maybe the issue was related to that...

I did some investigation and here are my findings: ```python import lmql @lmql.query() def quote_at_begin(): '''lmql "\"x\"=123" ''' # This case passes without any errors. @lmql.query() def quote_at_end(): '''lmql "123=\"x\""...

I encountered the same error on linux, and it turned out that `sentencepiece` wasn't installed. Installing `sentencepiece` resolved the problem.

Hey @shermansiu I'm the person behind transformers-CFG, and I'm really into the idea of bridging these two to work together more smoothly. It's a great suggestion and something that could...