Skip to content

Commit

Permalink
MAINT: Update GPU admonition text (#157)
Browse files Browse the repository at this point in the history
* MAINT: Update GPU admonition text

* fix i158

* fix double period
  • Loading branch information
mmcky authored Mar 17, 2024
1 parent 1e87ae2 commit 1a1be32
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lectures/_admonition/gpu.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```{admonition} GPU
:class: warning
This lecture was built using [hardware](status:machine-details) that has access to a GPU.
This lecture was built using a machine with JAX installed and access to a GPU.
To run this lecture on [Google Colab](https://colab.research.google.com/), click on the "play" icon top right, select Colab, and set the runtime environment to include a GPU.
Expand Down
2 changes: 1 addition & 1 deletion lectures/arellano.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kernelspec:
```{include} _admonition/gpu.md
```

In addition to what's in Anaconda, this lecture will need the following libraries:
In addition to JAX and Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]
Expand Down
2 changes: 1 addition & 1 deletion lectures/cake_eating_numerical.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This lecture is the extended JAX implementation of [this lecture](https://python

Please refer that lecture for all background and notation.

In addition to what's in Anaconda, this lecture will need the following libraries:
In addition to JAX and Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]
Expand Down
2 changes: 1 addition & 1 deletion lectures/ifp_egm.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ QuantEcon lecture](https://python.quantecon.org/egm_policy_iter.html).

Here we focus on providing an efficient JAX implementation.

We will use the following libraries and imports.
In addition to JAX and Anaconda, this lecture will need the following libraries:

```{code-cell}
:tags: [hide-output]
Expand Down
2 changes: 1 addition & 1 deletion lectures/inventory_ssd.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kernelspec:

This lecture provides a JAX implementation of a model in [Dynamic Programming](https://dp.quantecon.org/).

We require the following library to be installed.
In addition to JAX and Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]
Expand Down
2 changes: 1 addition & 1 deletion lectures/kesten_processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kernelspec:
```{include} _admonition/gpu.md
```

In addition to what's in Anaconda, this lecture will need the following libraries:
In addition to JAX and Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]
Expand Down
2 changes: 1 addition & 1 deletion lectures/markov_asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The code outputs below are generated by machine connected to the following GPU
!nvidia-smi
```

In addition to what's in Anaconda, this lecture will need the following libraries:
In addition to JAX and Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]
Expand Down
2 changes: 1 addition & 1 deletion lectures/opt_invest.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kernelspec:
```{include} _admonition/gpu.md
```

We require the following library to be installed.
In addition to JAX and Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]
Expand Down
2 changes: 1 addition & 1 deletion lectures/opt_savings_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kernelspec:
```{include} _admonition/gpu.md
```

In addition to what’s in Anaconda, this lecture will need the following libraries:
In addition to JAX and Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
:tags: [hide-output]
Expand Down

0 comments on commit 1a1be32

Please sign in to comment.