Skip to content

Commit

Permalink
Modify Validate Nightly PyPI Wheel Binary Size to pick correct binary (
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jan 29, 2024
1 parent 6f3530c commit 0582b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-nightly-pypi-wheel-binary-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Run validation
run: |
python tools/binary_size_validation/binary_size_validation.py \
--url https://download.pytorch.org/whl/nightly/torch/ \
--include "pypi" --only-latest-version --threshold 750
--url https://download.pytorch.org/whl/nightly/cu121/torch/ \
--include "linux" --only-latest-version --threshold 750

0 comments on commit 0582b02

Please sign in to comment.