Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit MacOS libtorch to just one flavor (#4707)
As one can not really build pre-CXX11 binaries for MacOS, and to the best of my knowledge static-with-deps binaries were never generated Test plan: ``` $ python3 tools/scripts/generate_binary_build_matrix.py --package-type libtorch --operating-system macos --channel nightly|jq { "include": [ { "gpu_arch_type": "cpu", "gpu_arch_version": "", "desired_cuda": "cpu", "libtorch_variant": "shared-with-deps", "libtorch_config": "", "devtoolset": "cxx11-abi", "container_image": "pytorch/libtorch-cxx11-builder:cpu", "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi", "validation_runner": "macos-12", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "channel": "nightly", "stable_version": "2.1.0" } ] } ```
- Loading branch information