Unverified Commit 41ed4842 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.torchao: fix pname (#464828)

parents 65662fb7 1a52dc27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
}:

buildPythonPackage rec {
  pname = "ao";
  pname = "torchao";
  version = "0.14.1";
  pyproject = true;