Home
last modified time | relevance | path

Searched +full:manylinuxaarch64 +full:- +full:builder (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/.github/workflows/
Dgenerated-linux-aarch64-binary-manywheel-nightly.yml5 name: linux-aarch64-binary-manywheel
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_wheel/*'
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-aarch64-binary-manywheel
28 BUILDER_ROOT: /builder
36 …up: linux-aarch64-binary-manywheel-${{ github.event.pull_request.number || github.ref_name }}-${{ …
[all …]
Dbuild-manywheel-images.yml7 - main
8 - release/*
11 # Release candidate tags look like: v1.11.0-rc1
12 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
14 - '.ci/docker/manywheel/*'
15 - '.ci/docker/manywheel/build_scripts/*'
16 - '.ci/docker/common/*'
17 - .github/workflows/build-manywheel-images.yml
20 - '.ci/docker/manywheel/*'
21 - '.ci/docker/manywheel/build_scripts/*'
[all …]
/external/pytorch/.github/scripts/
Dgenerate_binary_build_matrix.py28 CPU_CXX11_ABI_ARCH = ["cpu-cxx11-abi"]
31 CPU_AARCH64_ARCH = ["cpu-aarch64"]
34 CPU_S390X_ARCH = ["cpu-s390x"]
37 CUDA_AARCH64_ARCH = ["cuda-aarch64"]
42 …"nvidia-cuda-nvrtc-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | " …
43 …"nvidia-cuda-runtime-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | "
44 … "nvidia-cuda-cupti-cu11==11.8.87; platform_system == 'Linux' and platform_machine == 'x86_64' | "
45 … "nvidia-cudnn-cu11==9.1.0.70; platform_system == 'Linux' and platform_machine == 'x86_64' | "
46 … "nvidia-cublas-cu11==11.11.3.6; platform_system == 'Linux' and platform_machine == 'x86_64' | "
47 … "nvidia-cufft-cu11==10.9.0.58; platform_system == 'Linux' and platform_machine == 'x86_64' | "
[all …]