Unverified Commit 5a7ac9a1 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python312Packages.torchtnt-nightly: init at 2024.8.1 (#378943)

parents e54fffce e6e5d83e
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
@@ -16454,6 +16454,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 {