You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make 3.15/3.15t validation opt-in (torch-only) so torchvision is unaffected
The shared generator default is consumed by domain libraries (torchvision,
torchaudio) as well as torch. Adding 3.15/3.15t directly to the test channel
default leaked the versions into torchvision release validation, which has no
3.15 wheels.
Make the preview versions opt-in instead:
- PYTHON_ARCHES_DICT default is restored (no 3.15).
- PREVIEW_PYTHON_ARCHES_DICT holds 3.15/3.15t for the test channel only,
appended on Linux x86 and aarch64 only, when include_preview_python_versions
is enabled.
- generate_binary_build_matrix.yml gains an include-preview-python-versions
input (default disable); validate-linux-binaries.yml and
validate-aarch64-linux-binaries.yml (torch-only) enable it.
- Install command stays torch-only for these versions (no torchvision).
Update unit tests to cover the opt-in, default-off, non-linux, and
test-channel-only behavior.
0 commit comments