python312Packages.orbax-checkpoint: 0.11.12 -> 0.11.13 (#403418)
This commit is contained in:
@@ -35,14 +35,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "orbax-checkpoint";
|
||||
version = "0.11.12";
|
||||
version = "0.11.13";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "orbax";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-pwp3YIRiR17TBDu7ILmf0pi37biQ2hr7QtWKqBPVP2A=";
|
||||
hash = "sha256-qmq0Kz8wXUFFE4CqsdFwKXAIvysFbv7JomQSrNj1QCc=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/checkpoint";
|
||||
@@ -104,6 +104,7 @@ buildPythonPackage rec {
|
||||
"orbax/checkpoint/_src/metadata/tree_rich_types_test.py"
|
||||
"orbax/checkpoint/_src/metadata/tree_test.py"
|
||||
"orbax/checkpoint/_src/testing/test_tree_utils.py"
|
||||
"orbax/checkpoint/_src/tree/parts_of_test.py"
|
||||
"orbax/checkpoint/_src/tree/utils_test.py"
|
||||
"orbax/checkpoint/single_host_test.py"
|
||||
"orbax/checkpoint/transform_utils_test.py"
|
||||
|
||||
Reference in New Issue
Block a user