python312Packages.torchtnt-nightly: init at 2024.8.1
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user