Skip to content

Commit

Permalink
add cu126 torchvision and torchaudio aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tinglvv committed Dec 16, 2024
1 parent 28ccdef commit cf7d0f8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 2,003 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def translate_desired_cuda(gpu_arch_type: str, gpu_arch_version: str) -> str:
return {
CPU: "cpu",
CPU_AARCH64: CPU,
CUDA_AARCH64: "cu124",
CUDA_AARCH64: "cu126",
CUDA: f"cu{gpu_arch_version.replace('.', '')}",
ROCM: f"rocm{gpu_arch_version}",
XPU: "xpu",
Expand Down
4 changes: 1 addition & 3 deletions tools/tests/assets/build_matrix_linux_conda_cuda.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"include": []
}
{"include": []}
Loading

0 comments on commit cf7d0f8

Please sign in to comment.