blob: 0b24590d4dfa78aa4497cffa892e29cbbe3961e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = libtorch-cpu
pkgdesc = PyTorch but C++ as an isolated folder
pkgver = 2.10.0
pkgrel = 1
url = https://docs.pytorch.org/cppdocs/installing.html
arch = x86_64
license = BSD-3-Clause
depends = pybind11
provides = libtorch=2.10.0
conflicts = libtorch
replaces = libtorch-cxx11abi-cpu
options = !debug
source = https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.10.0%2Bcpu.zip
source = https://github.com/pytorch/pytorch/raw/refs/tags/v2.10.0/LICENSE
sha256sums = c5bf8efda9224a2d971b19d1ef6cf3ba6fee8ab53e69c49427db003d1d300496
sha256sums = bd018feef8825e88181c84eb7e3aa4eafb8f08a20d9fd6ef948569610c4a3e43
pkgname = libtorch-cpu
|