Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made tensorflow metal optional #11604

Closed
wants to merge 1 commit into from

Conversation

twerkmeister
Copy link
Contributor

Proposed changes:

  • made tensorflow-metal an optional dependency on M1 macs as our testing revealed that it tends to slow down our models.

Status (please check what you already did):

  • added some tests for the functionality
  • updated the documentation
  • updated the changelog (please check changelog for instructions)
  • reformat files using black (please check Readme for instructions)

@@ -190,6 +189,7 @@ jieba = [ "jieba",]
transformers = [ "transformers", "sentencepiece",]
full = [ "spacy", "transformers", "sentencepiece", "jieba",]
gh-release-notes = [ "github3.py",]
tensorflow-metal = [ "tensorflow-metal",]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's just call it metal

@tmbo
Copy link
Member

tmbo commented Sep 30, 2022

can you base it of the docs pr and make the necessary docs changes as well?

@twerkmeister
Copy link
Contributor Author

closing since changes have been directly integrated into #11578

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.

None yet

2 participants