Searched +full:libtorch +full:- +full:cpu +full:- +full:shared +full:- +full:with +full:- +full:deps +full:- +full:pre +full:- +full:cxx11 +full:- +full:build (Results 1 – 7 of 7) sorted by relevance
5 name: linux-binary-libtorch-pre-cxx1112 - nightly14 # NOTE: Binary build pipelines should only get triggered on release candidate builds15 # Release candidate tags look like: v1.11.0-rc116 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+17 - 'ciflow/binaries/*'18 - 'ciflow/binaries_libtorch/*'23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"25 AWS_DEFAULT_REGION: us-east-127 BUILD_ENVIRONMENT: linux-binary-libtorch-pre-cxx11[all …]
5 name: linux-binary-libtorch-pre-cxx1111 - main13 - 'ciflow/trunk/*'18 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"20 AWS_DEFAULT_REGION: us-east-122 BUILD_ENVIRONMENT: linux-binary-libtorch-pre-cxx1131 …up: linux-binary-libtorch-pre-cxx11-${{ github.event.pull_request.number || github.ref_name }}-${{…32 cancel-in-progress: true35 libtorch-cpu-shared-with-deps-pre-cxx11-build:37 uses: ./.github/workflows/_binary-build-linux.yml[all …]
6 *LibTorch*, and you can download ZIP archives containing the latest LibTorch7 distribution on `our website <https://pytorch.org/get-started/locally/>`_. Below8 is a small example of writing a minimal application that depends on LibTorch9 and uses the ``torch::Tensor`` class which comes with the PyTorch C++ API.12 ---------------14 The first step is to download the LibTorch ZIP archive via the link above. For17 .. code-block:: sh19 wget https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip20 unzip libtorch-shared-with-deps-latest.zip22 Note that the above link has CPU-only libtorch. If you would like to download a GPU-enabled[all …]
8 * CPU28 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' | "[all …]
... xla hash.", 13 "headRefName": "update-xla-commit-hash/5573005593-54-1", ...