···1717 # this derivation. However, we should ensure on version bumps
1818 # that the CUDA toolkit for `passthru.tests` is still
1919 # up-to-date.
2020- version = "1.10.0";
2020+ version = "1.12.1";
2121 device = if cudaSupport then "cuda" else "cpu";
2222 srcs = import ./binary-hashes.nix version;
2323 unavailable = throw "libtorch is not available for this platform";