You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manual cherry picking sync from latest rc to master (#7381)
This PR applies some changes to master coming from [this
PR](#7369), which has been
merged in the release candidate branch for the bugfix release of
PennyLane 0.41.1.
More details can be found in the original PR description. This PR aims
to update the master branch with the changes currently present in the
stable version of PennyLane (0.41.1, no longer 0.41.0)
Copy file name to clipboardExpand all lines: pennylane/qnn/__init__.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@
17
17
18
18
.. note::
19
19
20
-
Check out our `Keras <demos/qnn_module_tf>`__ and `Torch <demos/tutorial_qnn_module_torch>`__ tutorials for further details.
21
-
20
+
Check out our `Keras <https://pennylane.ai/qml/demos/qnn_module_tf>`__ and `Torch <https://pennylane.ai/qml/demos/tutorial_qnn_module_torch>`__ tutorials for further details.
0 commit comments