-
While converting a {[model](https://github.com/anas-rz/focalnet-tensorflow/blob/56506bf400a7ca99efcafc7f8907baea0adb12fb/focalnet_tensorflow/layers.py#L112)} from TensorFlow {[to Keras Core](https://g…
-
I am implementing the [tridiagonal matrix algorithm](https://en.wikipedia.org/wiki/Tridiagonal_matrix_algorithm) (TDMA) to solve many tridiagonal systems of the same shape in two sweeps (one forward a…
-
Add JAX counterparts of [numpy.random.binomial](https://numpy.org/doc/stable/reference/random/generated/numpy.random.binomial.html) and [numpy.random.multinomial](https://numpy.org/doc/stable/referenc…
-
> 此 ISSUE 为 [隐语开源共建计划(SecretFlow Open Source Contribution Plan,简称 SF OSCP)](https://github.com/orgs/secretflow/discussions/1181)任务 ISSUE,欢迎社区开发者参与共建~
> 若有感兴趣想要认领的任务,但还未报名,辛苦先完成[报名](https://www.wjx.top…
-
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…
-
### Description
I can reproduce this on a v5e-litepod8 TPU. It seems that random calls get stuck if called from a pure_callback call. I have not found a workaround so far. Here's a snippet to reprodu…
-
# Motivation: Make JAX relevant to many more users
JAX provides a powerful general-purpose tool for automatic differentiation, but it usually requires that users write code that is JAX-traceable en…
-
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…
-
i have a couple of links but I'm slightly confused what the recommended jax implementation of flash-attention.
here are the links:
- jupyter: https://github.com/jax-ml/jax-triton/blob/main/exampl…
-
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…