Skip to content

Commit 0582b02

Browse files
authored
Modify Validate Nightly PyPI Wheel Binary Size to pick correct binary (#1690)
1 parent 6f3530c commit 0582b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Run validation
2323
run: |
2424
python tools/binary_size_validation/binary_size_validation.py \
25-
--url https://download.pytorch.org/whl/nightly/torch/ \
26-
--include "pypi" --only-latest-version --threshold 750
25+
--url https://download.pytorch.org/whl/nightly/cu121/torch/ \
26+
--include "linux" --only-latest-version --threshold 750

0 commit comments

Comments
 (0)