-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Closed
Description
Pydantic v2 came out last week. It seems to be breaking some dependencies, including those used by VLLM.
Pydantic v2 throws an error on serializing Ray results, at least pydantic.fields.ModelField. Current VLLM requirements.txt doesn't specify the version of Pydantic, so v2 can get installed.
Until requirements.txt gets updated with version for Pydantic or depending libraries fix their compatibilities, you can do "pip install pydantic==1.10.11" to fix issues.
aldrinc, yaowenxu, jens-create, tscholak, AlessandroBonomo28 and 2 more
Metadata
Metadata
Assignees
Labels
No labels