Skip to content

Commit 87da1cb

Browse files
committed
finally fixed link
1 parent 2b25c19 commit 87da1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/basics/buildmodel_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# -----------------------
3535
# We want to be able to train our model on a hardware accelerator like the GPU or MPS,
3636
# if available. Let's check to see if `torch.cuda <https://pytorch.org/docs/stable/notes/cuda.html>`_
37-
# or `torch.backends.mps <https://pytorch.org/docs/stable/notes/mps.html>` are available, otherwise we use the CPU.
37+
# or `torch.backends.mps <https://pytorch.org/docs/stable/notes/mps.html>`_ are available, otherwise we use the CPU.
3838

3939
device = (
4040
"cuda"

0 commit comments

Comments
 (0)