File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
- name : Install PyTorch
59
59
shell : bash
60
60
run : |
61
- conda install -n build_binary --yes pytorch cpuonly -c pytorch- nightly
61
+ conda run -n build_binary pip install torch --index-url https://download. pytorch.org/whl/ nightly/cpu
62
62
- name : Install fbgemm
63
63
run : |
64
64
conda run -n build_binary pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cpu
Original file line number Diff line number Diff line change 63
63
python-version : ' 3.12'
64
64
python-tag : " py312"
65
65
cuda-tag : " cu124"
66
- uses : pytorch/test-infra/.github/workflows/linux_job .yml@main
66
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2 .yml@main
67
67
with :
68
68
runner : ${{ matrix.os }}
69
69
timeout : 30
Original file line number Diff line number Diff line change 35
35
- os : linux.2xlarge
36
36
python-version : ' 3.12'
37
37
python-tag : " py312"
38
- uses : pytorch/test-infra/.github/workflows/linux_job .yml@main
38
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2 .yml@main
39
39
with :
40
40
runner : ${{ matrix.os }}
41
41
timeout : 15
You can’t perform that action at this time.
0 commit comments