···17 # this derivation. However, we should ensure on version bumps
18 # that the CUDA toolkit for `passthru.tests` is still
19 # up-to-date.
20- version = "1.10.0";
21 device = if cudaSupport then "cuda" else "cpu";
22 srcs = import ./binary-hashes.nix version;
23 unavailable = throw "libtorch is not available for this platform";
···17 # this derivation. However, we should ensure on version bumps
18 # that the CUDA toolkit for `passthru.tests` is still
19 # up-to-date.
20+ version = "1.12.1";
21 device = if cudaSupport then "cuda" else "cpu";
22 srcs = import ./binary-hashes.nix version;
23 unavailable = throw "libtorch is not available for this platform";