Skip to content

Commit 404c4ea

Browse files
authored
Update test_generate_binary_build_matrix.py reference files after #5986 (#5993)
Also adds a way to update the files by just running the test script through `python -m tools.tests.test_generate_binary_build_matrix --update-reference-files`
1 parent c1862b5 commit 404c4ea

11 files changed

+1844
-13
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{"include": []}
1+
{
2+
"include": []
3+
}

tools/tests/assets/build_matrix_linux_wheel_cuda.json

Lines changed: 424 additions & 1 deletion
Large diffs are not rendered by default.

tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json

Lines changed: 304 additions & 1 deletion
Large diffs are not rendered by default.

tools/tests/assets/build_matrix_linux_wheel_nocpu.json

Lines changed: 349 additions & 1 deletion
Large diffs are not rendered by default.

tools/tests/assets/build_matrix_linux_wheel_xpu.json

Lines changed: 304 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{"include": []}
1+
{
2+
"include": []
3+
}
Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,64 @@
1-
{"include": [{"python_version": "3.9", "gpu_arch_type": "cpu", "gpu_arch_version": "", "desired_cuda": "cpu", "container_image": "pytorch/manylinux2_28-builder:cpu", "package_type": "wheel", "build_name": "wheel-py3_9-cpu", "validation_runner": "linux.2xlarge", "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "yes", "stable_version": "2.5.1", "use_split_build": false}, {"python_version": "3.10", "gpu_arch_type": "cpu", "gpu_arch_version": "", "desired_cuda": "cpu", "container_image": "pytorch/manylinux2_28-builder:cpu", "package_type": "wheel", "build_name": "wheel-py3_10-cpu", "validation_runner": "linux.2xlarge", "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "yes", "stable_version": "2.5.1", "use_split_build": false}, {"python_version": "3.11", "gpu_arch_type": "cpu", "gpu_arch_version": "", "desired_cuda": "cpu", "container_image": "pytorch/manylinux2_28-builder:cpu", "package_type": "wheel", "build_name": "wheel-py3_11-cpu", "validation_runner": "linux.2xlarge", "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "yes", "stable_version": "2.5.1", "use_split_build": false}, {"python_version": "3.12", "gpu_arch_type": "cpu", "gpu_arch_version": "", "desired_cuda": "cpu", "container_image": "pytorch/manylinux2_28-builder:cpu", "package_type": "wheel", "build_name": "wheel-py3_12-cpu", "validation_runner": "linux.2xlarge", "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "yes", "stable_version": "2.5.1", "use_split_build": false}]}
1+
{
2+
"include": [
3+
{
4+
"python_version": "3.9",
5+
"gpu_arch_type": "cpu",
6+
"gpu_arch_version": "",
7+
"desired_cuda": "cpu",
8+
"container_image": "pytorch/manylinux-builder:cpu",
9+
"package_type": "wheel",
10+
"build_name": "wheel-py3_9-cpu",
11+
"validation_runner": "linux.2xlarge",
12+
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu",
13+
"channel": "nightly",
14+
"upload_to_base_bucket": "yes",
15+
"stable_version": "2.5.1",
16+
"use_split_build": false
17+
},
18+
{
19+
"python_version": "3.10",
20+
"gpu_arch_type": "cpu",
21+
"gpu_arch_version": "",
22+
"desired_cuda": "cpu",
23+
"container_image": "pytorch/manylinux-builder:cpu",
24+
"package_type": "wheel",
25+
"build_name": "wheel-py3_10-cpu",
26+
"validation_runner": "linux.2xlarge",
27+
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu",
28+
"channel": "nightly",
29+
"upload_to_base_bucket": "yes",
30+
"stable_version": "2.5.1",
31+
"use_split_build": false
32+
},
33+
{
34+
"python_version": "3.11",
35+
"gpu_arch_type": "cpu",
36+
"gpu_arch_version": "",
37+
"desired_cuda": "cpu",
38+
"container_image": "pytorch/manylinux-builder:cpu",
39+
"package_type": "wheel",
40+
"build_name": "wheel-py3_11-cpu",
41+
"validation_runner": "linux.2xlarge",
42+
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu",
43+
"channel": "nightly",
44+
"upload_to_base_bucket": "yes",
45+
"stable_version": "2.5.1",
46+
"use_split_build": false
47+
},
48+
{
49+
"python_version": "3.12",
50+
"gpu_arch_type": "cpu",
51+
"gpu_arch_version": "",
52+
"desired_cuda": "cpu",
53+
"container_image": "pytorch/manylinux-builder:cpu",
54+
"package_type": "wheel",
55+
"build_name": "wheel-py3_12-cpu",
56+
"validation_runner": "linux.2xlarge",
57+
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu",
58+
"channel": "nightly",
59+
"upload_to_base_bucket": "yes",
60+
"stable_version": "2.5.1",
61+
"use_split_build": false
62+
}
63+
]
64+
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{"include": []}
1+
{
2+
"include": []
3+
}

0 commit comments

Comments
 (0)