python3Packages.torchao: fix pname (#464828)

This commit is contained in:
Gaétan Lepage
2025-11-25 15:25:28 +00:00
committed by GitHub
@@ -31,7 +31,7 @@
}:
buildPythonPackage rec {
pname = "ao";
pname = "torchao";
version = "0.14.1";
pyproject = true;