You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
5. Please use English, otherwise it will be closed.
Describe the bug
Running SGLang latest version and outlines latest version:
ImportError: cannot import name 'build_regex_from_schema' from 'outlines.fsm.json_schema' (/opt/dlami/nvme/chenyang/miniconda3/envs/sglang/lib/python3.11/site-packages/outlines/fsm/json_schema.py)
I think it's just naming error. So I set this as a good-first-issue.
Reproduction
Easy to reproduce.
Environment
Easy to reproduce.
The text was updated successfully, but these errors were encountered:
This might be related to the dependency conflict between vllm and sglang. sglang needs torch 2.4, but newer vllm versions require torch 2.5, which could be causing issues with outlines.
This might be related to the dependency conflict between vllm and sglang. sglang needs torch 2.4, but newer vllm versions require torch 2.5, which could be causing issues with outlines.
Specifically, SGLang 0.4 now depends on torch 2.4. vllm 0.6.5 and 0.6.4 depend on torch 2.5. And vllm 0.6.5 depends on outlines 0.1.11, but openrlhf depends on vllm 0.6.5. So we give up on supporting them comparatively right now.
Checklist
Describe the bug
Running SGLang latest version and outlines latest version:
I think it's just naming error. So I set this as a good-first-issue.
Reproduction
Easy to reproduce.
Environment
Easy to reproduce.
The text was updated successfully, but these errors were encountered: