Skip to content

Commit

Permalink
[CI] Reduce wheel size by not shipping debug symbols (vllm-project#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored and joerunde committed May 6, 2024
1 parent 52b5bcb commit c7426c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/check-wheel-size.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def check_wheel_size(directory):
f"compare to the allowed size ({MAX_SIZE_MB} MB).")
print_top_10_largest_files(wheel_path)
return 1
else:
print(f"Wheel {wheel_path} is within the allowed size "
f"({wheel_size_mb} MB).")
return 0


Expand Down

0 comments on commit c7426c1

Please sign in to comment.