python3Packages.torchtitan: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-07-06 15:45:37 +00:00
parent b69e5f65db
commit a386bfeb18
@@ -31,6 +31,7 @@ buildPythonPackage (finalAttrs: {
pname = "torchtitan";
version = "0.2.2";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "pytorch";