mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Merge pull request #9245 from mattjj:issue9244
PiperOrigin-RevId: 422855209
This commit is contained in:
commit
e152000c03
@ -43,20 +43,6 @@
|
||||
"from jax import random"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"tags": [
|
||||
"remove-cell"
|
||||
]
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Prevent GPU/TPU warning.\n",
|
||||
"import jax; jax.config.update('jax_platform_name', 'cpu')"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {
|
||||
|
@ -45,13 +45,6 @@ from jax import grad, jit, vmap
|
||||
from jax import random
|
||||
```
|
||||
|
||||
```{code-cell} ipython3
|
||||
:tags: [remove-cell]
|
||||
|
||||
# Prevent GPU/TPU warning.
|
||||
import jax; jax.config.update('jax_platform_name', 'cpu')
|
||||
```
|
||||
|
||||
+++ {"id": "FQ89jHCYfhpg"}
|
||||
|
||||
## Multiplying Matrices
|
||||
|
Loading…
x
Reference in New Issue
Block a user