Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG FIX] upgrade fschat version to 0.2.23 #650

Merged
merged 3 commits into from
Aug 2, 2023

Conversation

YHPeter
Copy link
Contributor

@YHPeter YHPeter commented Aug 2, 2023

This pr ignored the L95 need to change.

Copy link
Collaborator

@zhuohan123 zhuohan123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! In general LGTM. Can you check the format errors and fix the version comparing issue before we merge this PR?

@@ -72,10 +73,17 @@ async def get_gen_prompt(request) -> str:
"fastchat is not installed. Please install fastchat to use "
"the chat completion and conversation APIs: `$ pip install fschat`"
)
if fastchat.__version__ < "0.2.23":
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you compare the version using a more robust library? Example: https://stackoverflow.com/a/11887885

@YHPeter YHPeter changed the title fix: upgrade fschat version to 0.2.23 [BUG FIX] upgrade fschat version to 0.2.23 Aug 2, 2023
@zhuohan123 zhuohan123 merged commit e8ddc08 into vllm-project:main Aug 2, 2023
2 checks passed
hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
Co-authored-by: hao.yu <hao.yu@cn-c017.server.mila.quebec>
sjchoi1 pushed a commit to casys-kaist-internal/vllm that referenced this pull request May 7, 2024
Co-authored-by: hao.yu <hao.yu@cn-c017.server.mila.quebec>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants