Skip to content

Commit c1919a7

Browse files
authored
Merge branch 'main' into streaming_tool_required_true
Signed-off-by: ExtReMLapin <3909752+ExtReMLapin@users.noreply.github.com>
2 parents 17853a1 + 7920de0 commit c1919a7

File tree

752 files changed

+38177
-19642
lines changed

Some content is hidden

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

752 files changed

+38177
-19642
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)