Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700542809
  • Loading branch information
gharibian authored and tensorflow-copybara committed Nov 27, 2024
1 parent d0a16cc commit a3c9841
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tensorflow_http_archive(
name = "org_tensorflow",
sha256 = "68c4961e7d710e32e89420a1aeb19d484bc3dfea53f9945c26818fe61f08c37a",
git_commit = "4ae0afa5794f1e9ecc1f08d160464680c973b812",
patch = "//third_party/tensorflow:tensorflow.patch",
)

# Import all of TensorFlow Serving's external dependencies.
Expand Down
1 change: 1 addition & 0 deletions third_party/tensorflow/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty BUILD so this is treated like a package.
12 changes: 12 additions & 0 deletions third_party/tensorflow/tensorflow.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/tensorflow/tools/toolchains/python/python_repo.bzl b/tensorflow/tools/toolchains/python/python_repo.bzl
index 47fe64d7b7b..a01a1f19c8b 100644
--- a/tensorflow/tools/toolchains/python/python_repo.bzl
+++ b/tensorflow/tools/toolchains/python/python_repo.bzl
@@ -21,6 +21,7 @@ TF_PYTHON_VERSION = "{}"
HERMETIC_PYTHON_VERSION = "{}"
WHEEL_NAME = "{}"
WHEEL_COLLAB = "{}"
+USE_PYWRAP_RULES = "False"
"""

def _python_repository_impl(repository_ctx):

0 comments on commit a3c9841

Please sign in to comment.