fastchat 0.2.34 incompatible with vllm 0.3.0
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.5k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description
今天升级了 vllm到0.3,发现有个依赖包冲突了,导致两者无法兼容。
fschat 0.2.35 requires pydantic<2,>=1, but you have pydantic 2.6.0 which is incompatible.
vllm 0.3.0 requires pydantic>=2.0, but you have pydantic 1.10.14 which is incompatible.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the installation with FastChat 0.2.34 or 0.2.35, vllm 0.3.0, and the reported pydantic versions. Inspect the project's dependency declarations and determine a compatible constraint or upgrade path. Done means FastChat and vllm can be installed and used together without the reported pydantic conflict.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100