Skip to content

Commit 635374d

Browse files
Trigger build
1 parent 1a9cc9d commit 635374d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials-v5/miscellaneous/v5_paper-jax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ options = {
200200
```
201201

202202
When working with JAX you can choose the type of device / processor to be used.
203-
In our case, we resort to the CPU since this is a simple Jupyter Notebook.
203+
In our case, we will resort to the CPU since this is a simple Jupyter Notebook.
204204
However, when running this on your machine, you can opt for using your GPU by simpy changing the argument below.
205205

206206
```python

0 commit comments

Comments
 (0)