Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better libtorch definitions for test channel
We should be testing particular version rather than latest ``` % python tools/scripts/generate_binary_build_matrix.py --operating-system macos --channel test --package-type libtorch|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/test/cpu/libtorch-macos-2.1.1.zip", "channel": "test", "stable_version": "2.1.1" } ] } ```
- Loading branch information