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 731446f commit d24a951Copy full SHA for d24a951
1 file changed
lectures/jv.md
@@ -50,6 +50,9 @@ import jax.numpy as jnp
50
import jax.random as jr
51
import scipy.stats as stats
52
from typing import NamedTuple
53
+
54
+# Set JAX to use CPU
55
+jax.config.update('jax_platform_name', 'cpu')
56
```
57
58
### Model features
0 commit comments