-
-
現状、リファレンスマニュアルがファイルによって、敬体 (です・ます) か常体 (だ・である) かに分かれていますが、これを**常体**に統一しようと思います。
※ユーザーマニュアル (usr_*.jax) は現状の敬体のまま。
PS
私は、以前は敬体派だった気がします。ですが、翻訳作業を多くこなしていくと、敬体は若干、鬱陶しくなってきました。
読み手としても常体が良いです。
ただ…
-
The error thrown: AttributeError: jax.core.pp_eqn_rules was removed in JAX v0.4.34. Which makes sense in the newest release: https://github.com/jax-ml/jax/releases. Which specifies the removal of the …
-
Hi Jax-Fem community,
I just installed Jax-fem on my Mac following the instructions.
While I tried to run the examples, all have this RuntimeError
For example, when I ran `python -m demos.wave.example…
-
diffrax 0.6.0
jax 0.4.30
Using jax.experimental.enable_x64 and jit will return a exception.
```python
import jax
import jax.numpy as jnp
import diffrax
key = jax.random.PRNGKey(0)
x1 = …
-
-
### What happened?
- The PJRT API version of IREE PJRT plugin is now `0.38`, but in the latest version of JAX it's around `0.5x`.
- PJRT APIs like `PJRT_Plugin_Attributes` are not supported in IREE P…
-
#### Summary
Hi again! I encountered a bug while playing with attention and sharding in JAX. The issue occurs with specific sharding setups and fails under certain core configurations.
#### Steps …
-
Hi,
First, I want to thank you for creating this repository -- it looks extremely useful.
I am currently trying to run turbozero on a LambdaLabs GPU instance which runs CUDA12. I followed your i…
-
Hi
Thank you for implementing the forward Lap. It significantly accelerates the Laplacian calculation. However, I am encountering an error when attempting to use sparsity. It seems that the sparsity…