File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
tensorflow_quantum/python/optimizers Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
# ==============================================================================
16
- wget https://github.com/bazelbuild/bazel/releases/download/3.7.2/bazel_3.7.2 -linux-x86_64.deb
17
- sudo dpkg -i bazel_3.7.2 -linux-x86_64.deb
16
+ wget https://github.com/bazelbuild/bazel/releases/download/5.1.0/bazel_5.1.0 -linux-x86_64.deb
17
+ sudo dpkg -i bazel_5.1.0 -linux-x86_64.deb
18
18
pip install --upgrade pip setuptools wheel
19
19
pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -263,8 +263,6 @@ def _spsa_once(state):
263
263
"objective_value" : current_obj
264
264
})
265
265
266
- return [SPSAOptimizerResults (** next_state_params )]
267
-
268
266
return [SPSAOptimizerResults (** next_state_params )]
269
267
270
268
# The `state` here is a `SPSAOptimizerResults` tuple with
You can’t perform that action at this time.
0 commit comments