Commit e6e5d83e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.torchtnt-nightly: init at 2024.8.1

parent 508be1c4
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
{ torchtnt, fetchPypi }:
torchtnt.overridePythonAttrs rec {
  pname = "torchtnt-nightly";
  version = "2024.8.1";

  src = fetchPypi {
    pname = "torchtnt_nightly";
    inherit version;
    hash = "sha256-tRG0mvnMWGBlEUFu02ja2h549TBiIfeSMjwHMyaLZjw=";
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -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 {