Skip to content

Commit a0fc6b1

Browse files
jakeharmon8copybara-github
authored andcommitted
Update references to JAX's GitHub repo
JAX has moved from https://github.com/google/jax to https://github.com/jax-ml/jax PiperOrigin-RevId: 733951719 Change-Id: Iee4a7bf4bcc9fc3108ca9d30b6b98f5df20c79c7
1 parent 0f563ec commit a0fc6b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mjx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
This package is a re-implementation of the
1111
[MuJoCo physics engine](https://github.com/google-deepmind/mujoco) in
12-
[JAX](https://github.com/google/jax). This library is developed and maintained
12+
[JAX](https://github.com/jax-ml/jax). This library is developed and maintained
1313
by Google DeepMind, and is kept up-to-date with the latest developments in
1414
MuJoCo itself.
1515

mjx/mujoco/mjx/_src/math.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def norm(
5151
"""Calculates a linalg.norm(x) that's safe for gradients at x=0.
5252
5353
Avoids a poorly defined gradient for jnp.linal.norm(0) see
54-
https://github.com/google/jax/issues/3058 for details
54+
https://github.com/jax-ml/jax/issues/3058 for details
5555
Args:
5656
x: A jnp.array
5757
axis: The axis along which to compute the norm

0 commit comments

Comments
 (0)