Skip to content

Commit

Permalink
Update test_build_wheels_linux_without_cuda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn authored Dec 25, 2024
1 parent a243bce commit d355040
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test_build_wheels_linux_without_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,20 @@ jobs:
fail-fast: false
matrix:
include:
- repository: pytorch/ao
package-name: torchao
- repository: pytorch/torchtune
package-name: torchtune
uses: ./.github/workflows/build_wheels_linux.yml
name: ${{ matrix.repository }}
with:
repository: ${{ matrix.repository }}
ref: main
ref: nightly
test-infra-repository: ${{ github.repository }}
test-infra-ref: ${{ github.ref }}
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
package-name: ${{ matrix.package-name }}
pre-script: .github/scripts/pre_build_script.sh
trigger-event: "${{ github.event_name }}"
build-platform: python-build-package
pip-install-torch-extra-args:
torchvision
torchao

0 comments on commit d355040

Please sign in to comment.