File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
tensorflow/tools/pip_package Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,6 @@ def standard_or_nightly(standard, nightly):
132132 # different architectures having different requirements.
133133 # The entries here should be a simple duplicate of those in the collaborator
134134 # build section.
135- standard_or_nightly ('tensorflow-cpu-aws' , 'tf-nightly-cpu-aws' ) + '==' +
136- _VERSION + ';platform_system=="Linux" and (platform_machine=="arm64" or '
137- 'platform_machine=="aarch64")' ,
138135 standard_or_nightly ('tensorflow-intel' , 'tf-nightly-intel' ) + '==' +
139136 _VERSION + ';platform_system=="Windows"' ,
140137]
@@ -146,11 +143,6 @@ def standard_or_nightly(standard, nightly):
146143 # If this is a collaborator build, then build an "installer" wheel and
147144 # add the collaborator packages as the only dependencies.
148145 REQUIRED_PACKAGES = [
149- # Install the TensorFlow package built by AWS if the user is running
150- # Linux on an Aarch64 machine.
151- standard_or_nightly ('tensorflow-cpu-aws' , 'tf-nightly-cpu-aws' ) + '==' +
152- _VERSION + ';platform_system=="Linux" and (platform_machine=="arm64" or '
153- 'platform_machine=="aarch64")' ,
154146 # Install the TensorFlow package built by Intel if the user is on a
155147 # Windows machine.
156148 standard_or_nightly ('tensorflow-intel' , 'tf-nightly-intel' ) + '==' +
You can’t perform that action at this time.
0 commit comments