mirror of
https://github.com/wassname/vllm.git
synced 2026-07-27 11:29:03 +08:00
[CI/Build] increase wheel size limit to 200 MB (#5130)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
import zipfile
|
||||
|
||||
MAX_SIZE_MB = 150
|
||||
MAX_SIZE_MB = 200
|
||||
|
||||
|
||||
def print_top_10_largest_files(zip_file):
|
||||
|
||||
Reference in New Issue
Block a user