Skip to content

Commit

Permalink
use pip to instal pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Feb 1, 2024
1 parent 1b9f2f3 commit 129fc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/bayes_nonconj.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The two Python modules are
As usual, we begin by importing some Python code.

```{code-cell} ipython3
!conda install --yes pytorch torchvision -c pytorch
!pip install torch torchvision
```

```{code-cell} ipython3
Expand Down

0 comments on commit 129fc3b

Please sign in to comment.