Skip to content

Commit daa74fc

Browse files
jstacmmcky
andauthored
Edited GPU note (#254)
* Edited GPU note * update google collab link Co-authored-by: mmcky <[email protected]>
1 parent 1c04305 commit daa74fc

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

lectures/jax_intro.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,26 @@ kernelspec:
1313

1414
# JAX
1515

16+
17+
```{note}
18+
This lecture is built using [hardware](status:machine-details) that
19+
has access to a GPU. This means that
20+
21+
1. the lecture might be significantly slower when running on your machine, and
22+
2. the code is well-suited to execution with [Google colab](https://colab.research.google.com/github/QuantEcon/lecture-python-programming.notebooks/blob/master/jax_intro.ipynb)
23+
```
24+
1625
This lecture provides a short introduction to [Google JAX](https://github.com/google/jax).
1726

1827
## Overview
1928

29+
Let's start with an overview of JAX.
30+
2031
### Capabilities
2132

2233
[JAX](https://github.com/google/jax) is a Python library initially developed by
2334
Google to support in-house artificial intelligence and machine learning.
2435

25-
```{note}
26-
This lecture is built using the [following hardware](status:machine-details) that
27-
has access to an NVIDIA Tesla V100 GPU. When running this lecture on your local
28-
machine the speed differences will vary depending on the hardware available.
29-
```
3036

3137
JAX provides data types, functions and a compiler for fast linear
3238
algebra operations and automatic differentiation.

0 commit comments

Comments
 (0)