JC1DA

Results 4 issues of JC1DA

Hi, It seems that the google drive URL does not exist anymore and the OneDrive URL requires authentication. Can you take a look and reupload those models somewhere? Thanks a...

## Motivation This pull request integrates [llguidance backend](https://github.com/guidance-ai/llguidance) to extend guided decoding capabilities for sglang llguidance backend supports regex, json and grammar (lark or ebnf) We have just released a...

This pull request extends guided decoding capabilities * Add [guidance](https://github.com/guidance-ai/guidance) backend `guidance` backend supports `regex`, `choice`, `json` and `grammar`. relevant: https://github.com/vllm-project/vllm/issues/5245 ## Usage * JSON Generation ```python from pydantic import...

structured-output
needs-rebase
ci/build

This PR removes unnecessary invalid utf-8 bytes handling code in Model class as we can better handle it in Engine class.