We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f7341 commit 4b966c1Copy full SHA for 4b966c1
lectures/optgrowth_fast.md
@@ -66,7 +66,7 @@ import jax.numpy as jnp
66
from typing import NamedTuple
67
import quantecon as qe
68
69
-jax.config.update("jax_enable_x64", True)
+jax.config.update("jax_platform_name", "cpu")
70
```
71
72
## The model
0 commit comments