We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de23f95 commit b21ac01Copy full SHA for b21ac01
tools/scripts/generate_binary_build_matrix.py
@@ -240,6 +240,10 @@ def get_libtorch_install_command(
240
build_name = f"libtorch-macos-{arch}-latest.zip"
241
if channel == RELEASE:
242
build_name = f"libtorch-macos-{mod.CURRENT_VERSION}.zip"
243
+ # Please note this is temporary, to be removed when doing branch cut for 2.2 release
244
+ elif channel == TEST:
245
+ build_name = "libtorch-macos-latest.zip"
246
+
247
elif os == LINUX and (channel == RELEASE or channel == TEST):
248
build_name = (
249
f"{prefix}-{devtoolset}-{_libtorch_variant}-{mod.CURRENT_VERSION}%2B{desired_cuda}.zip"
0 commit comments