@hackage libtorch-ffi2.0.0.1
Haskell bindings for PyTorch
Installation
Dependencies (11)
- async >=2.2.5 && <2.3
- base >=4.7 && <5
- bytestring >=0.11.5 && <0.12
- containers >=0.6.7 && <0.7
- inline-c >=0.9.1.10 && <0.10
- inline-c-cpp >=0.5.0.2 && <0.6.0.0 Show all…
Dependents (1)
@hackage/hasktorch
Package Flags
cuda
(off by default)
A flag to link libtorch_cuda.
rocm
(off by default)
A flag to link libtorch_hip.
gcc
(off by default)
A flag to use gcc on macos
This package provides Haskell bindings to libtorch, the C++ library underlying PyTorch, specifically designed for the Hasktorch ecosystem.