Skip to content

Commit

Permalink
Migrate to manylinux 2.28 (#2632)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2632

Differential Revision: D67154042
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Dec 19, 2024
1 parent b1bd136 commit a49bbbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install PyTorch
shell: bash
run: |
conda install -n build_binary --yes pytorch cpuonly -c pytorch-nightly
conda run -n build_binary pip install torch --index-url https://download.pytorch.org/whl/nightly/cpu
- name: Install fbgemm
run: |
conda run -n build_binary pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cpu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python-version: '3.12'
python-tag: "py312"
cuda-tag: "cu124"
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
runner: ${{ matrix.os }}
timeout: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- os: linux.2xlarge
python-version: '3.12'
python-tag: "py312"
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
with:
runner: ${{ matrix.os }}
timeout: 15
Expand Down

0 comments on commit a49bbbe

Please sign in to comment.