Make tensorflow-macos version match to build wheel successfully on Apple Silicon.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 379
- Avg merge
- 3h 30m
- Merged PRs (30d)
- 8
Description
To make the wheel successfully build on Apple Silicon machines, we can do the following:
For the 2.15 release, the tensorflow-macos version should be 2.15.0: https://github.com/tensorflow/text/blob/2.15/oss_scripts/configure.sh.
For the 2.14 release, the tensorflow-macos version should be 2.14.0: https://github.com/tensorflow/text/blob/2.14/oss_scripts/configure.sh.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with oss_scripts/configure.sh on the 2.15 and 2.14 branches, using the linked files as the entry points. Check the tensorflow-macos version in each file against the corresponding release. Done means both versions match their release and the wheel can build successfully on Apple Silicon.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tensorflow
- Domain
- build-system, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100