python312Packages.torchtnt-nightly: init at 2024.8.1

This commit is contained in:
Gaetan Lepage
2025-02-02 22:46:34 +01:00
parent 508be1c431
commit e6e5d83e48
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,11 @@
{ torchtnt, fetchPypi }:
torchtnt.overridePythonAttrs rec {
pname = "torchtnt-nightly";
version = "2024.8.1";
src = fetchPypi {
pname = "torchtnt_nightly";
inherit version;
hash = "sha256-tRG0mvnMWGBlEUFu02ja2h549TBiIfeSMjwHMyaLZjw=";
};
}
+2
View File
@@ -16455,6 +16455,8 @@ self: super: with self; {
torchtnt = callPackage ../development/python-modules/torchtnt { };
torchtnt-nightly = callPackage ../development/python-modules/torchtnt-nightly { };
torchvision = callPackage ../development/python-modules/torchvision { };
torchvision-bin = callPackage ../development/python-modules/torchvision/bin.nix {