python3Packages.torchtitan: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage 2026-07-06 15:27:13 +00:00
commit a386bfeb18

View file

@ -31,6 +31,7 @@ buildPythonPackage (finalAttrs: {
pname = "torchtitan";
version = "0.2.2";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "pytorch";