mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python314Packages.torch: automatically adjust the magma cuda version
to improve overridability
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
autoAddDriverRunpath,
|
||||
effectiveMagma ?
|
||||
if cudaSupport then
|
||||
magma-cuda-static
|
||||
magma-cuda-static.override { inherit cudaPackages; }
|
||||
else if rocmSupport then
|
||||
magma-hip
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user