Skip to content

Commit 4b966c1

Browse files
committed
revert back to use cpu
1 parent a4f7341 commit 4b966c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/optgrowth_fast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import jax.numpy as jnp
6666
from typing import NamedTuple
6767
import quantecon as qe
6868
69-
jax.config.update("jax_enable_x64", True)
69+
jax.config.update("jax_platform_name", "cpu")
7070
```
7171

7272
## The model

0 commit comments

Comments
 (0)