Unverified Commit e3c3adb2 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.xformers: use nvidia-ml-py instead of deprecated pynvml (#513123)

parents 5dd15337 f0e5df32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

  # dependencies
  numpy,
  pynvml,
  nvidia-ml-py,

  # tests
  einops,
@@ -102,7 +102,7 @@ buildPythonPackage.override { stdenv = effectiveStdenv; } (finalAttrs: {
    torch
  ]
  ++ lib.optionals cudaSupport [
    pynvml
    nvidia-ml-py
  ];

  pythonImportsCheck = [