this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25084 from mwlon/libtorch-2.1

Add libtorch 2.1.2+linux

authored by

Raphaël Proust and committed by
GitHub
ffe45364 60a9f7f9

+21
+21
packages/libtorch/libtorch.2.1.2+linux-x86_64/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Jane Street developers" 3 + authors: ["Jane Street Group, LLC"] 4 + homepage: "https://github.com/janestreet/torch" 5 + bug-reports: "https://github.com/janestreet/torch/issues" 6 + dev-repo: "git+https://github.com/janestreet/torch.git" 7 + doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/torch/index.html" 8 + license: "MIT" 9 + available: arch = "x86_64" & os = "linux" 10 + synopsis: "CPU-only binaries for torch" 11 + description: "Downloads the CPU-only libtorch binaries, a requirement for using OCaml Torch." 12 + install: [ 13 + "sh" 14 + "-c" 15 + "test -d %{lib}%/libtorch/lib/libtorch.so || ( unzip libtorch-linux.zip && mv -f libtorch %{lib}%/ )" 16 + ] 17 + extra-source "libtorch-linux.zip" { 18 + src: 19 + "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcpu.zip" 20 + checksum: "md5=6395886cf4b2a9981306b78e15dad992" 21 + }