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

[CI/Build] increase wheel size limit to 200 MB #5130

Merged
merged 1 commit into from
May 30, 2024

Conversation

youkaichao
Copy link
Member

this pr #5081 hits file size limit again.

@youkaichao
Copy link
Member Author

This is pypi size limit:

https://github.com/pypi/warehouse/blob/15a9a6c39b1bc40f3dbc67b74b86dc0a104b7d44/warehouse/forklift/legacy.py#L76-L77

MAX_FILESIZE = 100 * ONE_MB
MAX_PROJECT_SIZE = 10 * ONE_GB

Our per-wheel size limit is increased to 400MB after pypi/support#3792 , but the project wise limit is still 10 GB. We will hit the project limit soon, if we don't find solution to #4694 .

@simon-mo simon-mo merged commit f758505 into vllm-project:main May 30, 2024
50 of 51 checks passed
@youkaichao youkaichao deleted the increase_size_limit branch May 30, 2024 15:32
@dskhudia
Copy link
Contributor

@simon-mo , @zhuohan123 : Also impacts this PR: #5115

blinkbear pushed a commit to blinkbear/vllm that referenced this pull request May 31, 2024
dtrifiro pushed a commit to opendatahub-io/vllm that referenced this pull request May 31, 2024
joerunde pushed a commit to joerunde/vllm that referenced this pull request Jun 17, 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.

3 participants