From 6e4834c830d3fc0081c0f2a0d661b3a37b531270 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Tue, 28 Nov 2023 08:32:03 -0500 Subject: [PATCH] Fixup patch location --- recipe/meta.yaml | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f0d8a0f..76692ed 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,37 +11,37 @@ source: # https://github.com/google-research/tf-slim/pull/21 # git checkout remove_layer_apply # git format-patch 8f0215e924996d7287392241bc8d8b1133d0c5ca - - 0001-Internal-change.patch - - 0002-Set-the-default-value-for-the-use_gpu-param-to-True-.patch - - 0003-Fix-a-NaN-issue-with-streaming_covariance.patch - - 0004-Remove-the-private-TF-API-usage-of-layers.patch - - 0005-Internal-Google-change.patch - - 0006-Fix-TensorFlow-checkpoint-and-trackable-imports.patch - - 0007-NumPy-Fix-NumPy-1.23-compatibility-problems-in-tf_sl.patch - - 0008-Fix-tests-broken-by-previous-change-list-due-to-smal.patch - - 0009-NumPy-Remove-references-to-deprecated-NumPy-type-ali.patch - - 0010-NumPy-Remove-references-to-deprecated-NumPy-type-ali.patch - - 0011-Remove-legacy-references-from-ops.py.patch - - 0012-Redirect-references-to-stack-and-unstack-to-their-ne.patch - - 0013-Refactor-case-and-case_v2-out-of-control_flow_ops.py.patch - - 0014-Move-control_flow_ops.Assert-into-its-own-file-contr.patch - - 0015-Move-control_flow_ops.while_loop-into-its-own-file-w.patch - - 0016-Redirect-references-from-control_flow_ops.cond-to-co.patch - - 0017-Update-some-isinstance-checks-of-tf.compat.v1.Variab.patch - - 0018-Update-references-from-variables.VariableV1-to-its-n.patch - - 0019-Update-references-from-tensorflow.python.platform-to.patch - - 0020-Update-legacy-reference-to-variable_scope.variable-i.patch - - 0021-Internal-Code-Change.patch - - 0022-Delete-remnants-of-toollog-removal.patch - - 0023-NumPy-Fix-uses-of-functions-deprecated-in-NumPy-1.25.patch - - 0024-Use-ExitStack-and-call-ops.device-device-only-when-d.patch - - 0025-Fix-streaming_concat-crashes-on-specific-and-relativ.patch - - 0026-Update-ops.Tensor-references-to-third_party-tensorfl.patch - - 0027-Update-legacy-references-to-tensor.Tensor.patch - - 0028-Move-references-to-TF-resource-variable-toggle-funct.patch - - 0029-Update-outdated-references-to-functions-imported-by-.patch + - patches/0001-Internal-change.patch + - patches/0002-Set-the-default-value-for-the-use_gpu-param-to-True-.patch + - patches/0003-Fix-a-NaN-issue-with-streaming_covariance.patch + - patches/0004-Remove-the-private-TF-API-usage-of-layers.patch + - patches/0005-Internal-Google-change.patch + - patches/0006-Fix-TensorFlow-checkpoint-and-trackable-imports.patch + - patches/0007-NumPy-Fix-NumPy-1.23-compatibility-problems-in-tf_sl.patch + - patches/0008-Fix-tests-broken-by-previous-change-list-due-to-smal.patch + - patches/0009-NumPy-Remove-references-to-deprecated-NumPy-type-ali.patch + - patches/0010-NumPy-Remove-references-to-deprecated-NumPy-type-ali.patch + - patches/0011-Remove-legacy-references-from-ops.py.patch + - patches/0012-Redirect-references-to-stack-and-unstack-to-their-ne.patch + - patches/0013-Refactor-case-and-case_v2-out-of-control_flow_ops.py.patch + - patches/0014-Move-control_flow_ops.Assert-into-its-own-file-contr.patch + - patches/0015-Move-control_flow_ops.while_loop-into-its-own-file-w.patch + - patches/0016-Redirect-references-from-control_flow_ops.cond-to-co.patch + - patches/0017-Update-some-isinstance-checks-of-tf.compat.v1.Variab.patch + - patches/0018-Update-references-from-variables.VariableV1-to-its-n.patch + - patches/0019-Update-references-from-tensorflow.python.platform-to.patch + - patches/0020-Update-legacy-reference-to-variable_scope.variable-i.patch + - patches/0021-Internal-Code-Change.patch + - patches/0022-Delete-remnants-of-toollog-removal.patch + - patches/0023-NumPy-Fix-uses-of-functions-deprecated-in-NumPy-1.25.patch + - patches/0024-Use-ExitStack-and-call-ops.device-device-only-when-d.patch + - patches/0025-Fix-streaming_concat-crashes-on-specific-and-relativ.patch + - patches/0026-Update-ops.Tensor-references-to-third_party-tensorfl.patch + - patches/0027-Update-legacy-references-to-tensor.Tensor.patch + - patches/0028-Move-references-to-TF-resource-variable-toggle-funct.patch + - patches/0029-Update-outdated-references-to-functions-imported-by-.patch # https://github.com/google-research/tf-slim/pull/21 - - 0030-Remove-call-to-layer.apply-and-just-use-__call__.patch + - patches/0030-Remove-call-to-layer.apply-and-just-use-__call__.patch build: noarch: python