File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
23
23
fail-fast : false
24
24
matrix :
25
25
include :
26
- - os : linux.2xlarge
26
+ - os : linux.12xlarge
27
27
python-version : 3.9
28
28
python-tag : " py39"
29
- - os : linux.2xlarge
29
+ - os : linux.12xlarge
30
30
python-version : ' 3.10'
31
31
python-tag : " py310"
32
- - os : linux.2xlarge
32
+ - os : linux.12xlarge
33
33
python-version : ' 3.11'
34
34
python-tag : " py311"
35
- - os : linux.2xlarge
35
+ - os : linux.12xlarge
36
36
python-version : ' 3.12'
37
37
python-tag : " py312"
38
38
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
45
45
conda info
46
46
python --version
47
47
conda run -n build_binary python --version
48
- conda install -n build_binary \
49
- --yes \
50
- pytorch cpuonly -c pytorch-nightly
48
+ conda run -n build_binary \
49
+ pip install --pre torch==2.6.0.dev20241102+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
51
50
conda run -n build_binary \
52
51
python -c "import torch.distributed"
53
52
conda run -n build_binary \
You can’t perform that action at this time.
0 commit comments