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

Update requirements-dev.txt to include package for benchmarking scripts. #3181

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

wangchen615
Copy link
Contributor

To add aiohttp==3.9.3, which is required for benchmarking scripts.

To add aiohttp, which is required for benchmarking scripts.
Copy link
Collaborator

@WoosukKwon WoosukKwon left a comment

Choose a reason for hiding this comment

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

Hi @wangchen615, thanks for the PR! I have a quick question: Why is the version fixed? Can we just simply use aiohttp without a specific version?

@@ -21,3 +21,6 @@ einops # required for MPT
openai
requests
ray

# Benchmarking
aiohttp==3.9.3
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is the version fixed? Can we just simply use aiohttp without a specific version?

Copy link
Member

Choose a reason for hiding this comment

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

I think using aiohttp without a specific version should be okay since we don't use anything special other than the ClientSession and ClientTimeout which shouldn't have breaking changes very often.

Copy link
Member

@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.

LGTM! Removed version requirements.

@zhuohan123 zhuohan123 enabled auto-merge (squash) March 7, 2024 07:30
@zhuohan123 zhuohan123 merged commit cbf4c05 into vllm-project:main Mar 7, 2024
22 checks passed
dtransposed pushed a commit to afeldman-nm/vllm that referenced this pull request Mar 26, 2024
Temirulan pushed a commit to Temirulan/vllm-whisper that referenced this pull request Sep 6, 2024
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.

4 participants