-
Hello, I'm trying to install iree-jax to test GPT-2 on IREE. After running ```python -m pip install -e '.[test,xla,cpu]' -f https://openxla.github.io/iree/pip-release-links.html```, I built jaxlib fro…
-
Hello,
I opened a similar issue on the main JAX (https://github.com/google/jax/issues/19431) but I thought it may get more attention here.
The batched JAX linear solves seem to be bugged for la…
-
The plan of the project is to enable WASM/JupyterLite support for each of the lectures in https://github.com/QuantEcon/lecture-python-intro.
## Success metric
Our main aim and success metric of t…
kp992 updated
3 months ago
-
### Description
I'm trying to vmap a function that solves linear programs (related: #12827) using [cvxopt.solvers.lp](https://cvxopt.org/userguide/coneprog.html#cvxopt.solvers.lp) wrapped inside a …
-
import os
os.environ['KERAS_BACKEND'] = 'torch'
os.environ['OPS_KERNAL'] = '1'
import keras
keras.config.set_floatx('bfloat16')
from keras import ops
import numpy as np
initial_dim = 2048
fina…
-
This package is very similar to JAX's provided, and improving, [external callback functionality](https://jax.readthedocs.io/en/latest/notebooks/external_callbacks.html).
I also urge you to show sup…
-
I need this for finding the eigenvectors of the Hessian after tridiagonalizing it with Lanczos iteration. Right now the function looks like:
```python
def eigh_tridiagonal(d: ArrayLike, e: ArrayLi…
-
Hi,
I'm working on a research problem that involves computations of Bessel functions of the first kind, of multiple different integer orders, and I'm trying to leverage JAX for autodiff and fast co…
-
Code:
`from nfnet import NFNet `
`model = NFNet(num_classes=5)`
Error:
ValueError: All `hk.Module`s must be initialized inside an `hk.transform`.
-
### Description
I've been reading through the autodidax documentation, which is awesome! Just after the evaluation interpreter named `EvalTrace` is introduced, there is a code snippet that shows how …