Skip to content

Commit 6533293

Browse files
committed
MAINT: remove installs of gpu related software
1 parent 43dfcd7 commit 6533293

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

lectures/ar1_bayes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We'll begin with some Python imports.
1717

1818

1919
```{code-cell} ipython3
20-
:tags: [hide-output]
20+
:tags: [hide-output, skip-execution]
2121
2222
!pip install arviz pymc numpyro jax
2323
```

lectures/back_prop.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ kernelspec:
1414
# Introduction to Artificial Neural Networks
1515

1616
```{code-cell} ipython3
17-
:tags: [hide-output]
17+
:tags: [skip-execution]
1818
1919
!pip install --upgrade jax jaxlib kaleido
20+
```
21+
22+
```{code-cell} ipython3
23+
:tags: [hide-output]
24+
2025
!conda install -y -c plotly plotly plotly-orca retrying
2126
```
2227

lectures/bayes_nonconj.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The two Python modules are
4444
As usual, we begin by importing some Python code.
4545

4646
```{code-cell} ipython3
47-
:tags: [hide-output]
47+
:tags: [hide-output, skip-execution]
4848
4949
# install dependencies
5050
!pip install numpyro pyro-ppl torch jax

lectures/mix_model.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ kernelspec:
1515
# Incorrect Models
1616

1717
In addition to what's in Anaconda, this lecture will need the following libraries:
18+
1819
```{code-cell} ipython
1920
---
20-
tags: [hide-output]
21+
tags: [hide-output, skip-execution]
2122
---
2223
!pip install numpyro jax
2324
```

0 commit comments

Comments
 (0)