Skip to content

Commit ce14e23

Browse files
authored
misc (#106)
1 parent 5c16d3c commit ce14e23

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

lectures/jax_intro.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ kernelspec:
1919

2020
This lecture provides a short introduction to [Google JAX](https://github.com/google/jax).
2121

22+
As mentioned above, the lecture was built using a GPU:
23+
24+
25+
```{code-cell} ipython3
26+
!nvidia-smi
27+
```
28+
29+
2230

2331
## JAX as a NumPy Replacement
2432

lectures/markov_asset.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ kernelspec:
1313

1414
# An Asset Pricing Problem
1515

16+
17+
```{code-cell} ipython3
18+
!nvidia-smi
19+
```
20+
1621
## Overview
1722

1823
In this lecture we consider some asset pricing problems and use them to
@@ -27,6 +32,15 @@ We do this using elegant techniques made available by JAX, involving the use of
2732
If you wish to skip all motivation and move straight to the first equation we plan to solve,
2833
you can jump to [](eq:ntecx2).
2934

35+
36+
The code outputs below are generated by machine connected to the following GPU
37+
38+
39+
```{code-cell} ipython3
40+
!nvidia-smi
41+
```
42+
43+
3044
In addition to what's in Anaconda, this lecture will need the following libraries:
3145

3246
```{code-cell} ipython3

0 commit comments

Comments
 (0)