Skip to content

Commit

Permalink
Fix audit wheel issue
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636362500
  • Loading branch information
sdasgup3 authored and tensorflower-gardener committed May 23, 2024
1 parent 7d3c6c1 commit 34f5e2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tensorflow/tools/pip_package/build_pip_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ def patch_so(srcs_dir: str) -> None:
"tensorflow/compiler/mlir/quantization/tensorflow/python/"
"pywrap_quantize_model.so"
): "$ORIGIN/../../../../../python",
(
"tensorflow/compiler/mlir/tensorflow_to_stablehlo/python/"
"pywrap_tensorflow_to_stablehlo.so"
): "$ORIGIN/../../../../python",
}
for file, path in to_patch.items():
rpath = subprocess.check_output(
Expand Down

0 comments on commit 34f5e2f

Please sign in to comment.