Skip to content

Conversation

@atakhadiviom
Copy link

Description

This PR fixes build issues on macOS (specifically Apple Silicon) where configure.sh failed to detect installed TensorFlow libraries because it only looked for .so files.

Changes

  • configure.sh: Added glob patterns to detect libtensorflow_framework.dylib and libtensorflow.dylib.
  • docs/install.md:
    • Updated TensorFlow version requirement to >=2.16,<2.17 to match recent support.
    • Added a specific section for macOS (Apple Silicon) users to clarify installation steps.

Verification

  • Verified that configure.sh correctly locates TensorFlow libraries on macOS.

docs(install): update tensorflow version requirement to 2.16.x

Add support for detecting tensorflow libraries with .dylib extension on macOS
Update documentation to reflect new tensorflow version requirements and add
specific instructions for Apple Silicon users
@google-cla
Copy link

google-cla bot commented Dec 10, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant