Skip to content

Commit 045b7fa

Browse files
authored
Update validate-pypi-wheel-binary-size to 850Mb threshold (#6906)
This should fix the workflow: https://github.com/pytorch/test-infra/actions/runs/16146373530/job/45566190145 Also increase of binary size is coming: pytorch/pytorch#157558
1 parent bef3a1f commit 045b7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pypi-wheel-binary-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
# shellcheck disable=SC2086
4141
python tools/binary_size_validation/binary_size_validation.py \
4242
--url https://download.pytorch.org/whl/${CHANNEL}/cu${CUDA_VERSION_NODOT}/torch/ \
43-
--include "manylinux" --only-latest-version --threshold 750
43+
--include "manylinux" --only-latest-version --threshold 850

0 commit comments

Comments
 (0)