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
Outlines and vLLM currently clash because installing vLLM after outlines downgrades to Pydantic<2. Either we can dictate the order in which packages are installed, or we document the fact that we need to run pip install pydantic>=2