Skip to content

Commit e44a6e5

Browse files
authored
Merge branch 'main' into andy/v1-sd-with-probs
Signed-off-by: Andy Lo <[email protected]>
2 parents 760f97d + 1116590 commit e44a6e5

File tree

520 files changed

+18821
-11804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

520 files changed

+18821
-11804
lines changed

.buildkite/check-wheel-size.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import sys
66
import zipfile
77

8-
# Read the VLLM_MAX_SIZE_MB environment variable, defaulting to 400 MiB
9-
# Note that we have 400 MiB quota, please use it wisely.
10-
# See https://github.com/pypi/support/issues/3792 .
8+
# Read the VLLM_MAX_SIZE_MB environment variable, defaulting to 450 MiB
9+
# Note that we have 800 MiB quota, please use it wisely.
10+
# See https://github.com/pypi/support/issues/6326 .
1111
# Please also sync the value with the one in Dockerfile.
12-
VLLM_MAX_SIZE_MB = int(os.environ.get("VLLM_MAX_SIZE_MB", 400))
12+
VLLM_MAX_SIZE_MB = int(os.environ.get("VLLM_MAX_SIZE_MB", 450))
1313

1414

1515
def print_top_10_largest_files(zip_file):

.buildkite/nightly-benchmarks/scripts/compare-json-results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def split_json_by_tp_pp(
218218
"--xaxis",
219219
type=str,
220220
default="# of max concurrency.",
221-
help="column name to use as X Axis in comparision graph",
221+
help="column name to use as X Axis in comparison graph",
222222
)
223223
args = parser.parse_args()
224224

0 commit comments

Comments
 (0)