File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
tensorflow/tools/pip_package Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2525Originally developed by researchers and engineers from the Google Brain team
2626within Google's AI organization, it comes with strong support for machine
2727learning and deep learning and the flexible numerical computation core is used
28- across many other scientific domains.
28+ across many other scientific domains. TensorFlow is licensed under [Apache
29+ 2.0](https://github.com/tensorflow/tensorflow/blob/master/LICENSE).
2930"""
3031
3132import fnmatch
Original file line number Diff line number Diff line change 2525Originally developed by researchers and engineers from the Google Brain team
2626within Google's AI organization, it comes with strong support for machine
2727learning and deep learning and the flexible numerical computation core is used
28- across many other scientific domains.
28+ across many other scientific domains.TensorFlow is licensed under [Apache
29+ 2.0](https://github.com/tensorflow/tensorflow/blob/master/LICENSE).
2930"""
3031# We use this to build installer wheels whose only job would be to install the
31- # third-party TensorFlow packages from Google's official partners .
32+ # third-party TensorFlow packages from Google's official collaborators .
3233# Note: This is experimental for now and is used internally for testing.
3334import sys
3435
5960def standard_or_nightly (standard , nightly ):
6061 return nightly if 'tf_nightly' in project_name else standard
6162
62- # Install the trusted partner packages with the same version as the installer
63- # wheel
63+ # Install the trusted collaborator packages with the same version as the
64+ # installer wheel
6465REQUIRED_PACKAGES = [
6566 # Install the TensorFlow package built by AWS if the user is running
6667 # Linux on an Aarch64 machine.
You can’t perform that action at this time.
0 commit comments