From 129fc3bb406edc8e757a2cc69c5f7bc5f9c196c2 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 1 Feb 2024 16:23:01 +1100 Subject: [PATCH] use pip to instal pytorch --- lectures/bayes_nonconj.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/bayes_nonconj.md b/lectures/bayes_nonconj.md index f526454..edccebb 100644 --- a/lectures/bayes_nonconj.md +++ b/lectures/bayes_nonconj.md @@ -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