mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.torchtitan: enable __structuredAttrs
This commit is contained in:
parent
b69e5f65db
commit
a386bfeb18
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ buildPythonPackage (finalAttrs: {
|
|||
pname = "torchtitan";
|
||||
version = "0.2.2";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pytorch";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue