Skip to content

Commit

Permalink
Update references to JAX's GitHub repo
Browse files Browse the repository at this point in the history
JAX has moved from https://github.com/google/jax to https://github.com/jax-ml/jax

PiperOrigin-RevId: 702886818
  • Loading branch information
jakeharmon8 authored and Google-ML-Automation committed Dec 11, 2024
1 parent 0a8bdd5 commit 033c4df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![PyPI version](https://img.shields.io/pypi/v/jax-triton)

The `jax-triton` repository contains integrations between [JAX](https://github.com/google/jax) and [Triton](https://github.com/openai/triton).
The `jax-triton` repository contains integrations between [JAX](https://github.com/jax-ml/jax) and [Triton](https://github.com/openai/triton).

Documentation can be found [here](https://jax-ml.github.io/jax-triton).

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JAX-Triton documentation

JAX-Triton is a repository containing containing integrations between [JAX](https://github.com/google/jax)
JAX-Triton is a repository containing containing integrations between [JAX](https://github.com/jax-ml/jax)
and [Triton](https://github.com/openai/triton).

JAX is a Python library for accelerated numerical computing and Triton is a Python library and compiler for writing custom GPU kernels.
Expand All @@ -20,7 +20,7 @@ For example you could run:
```bash
$ pip install "jax[cuda11_cudnn82]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
```
Check out the [JAX installation guide](https://github.com/google/jax#pip-installation-gpu-cuda) for details.
Check out the [JAX installation guide](https://github.com/jax-ml/jax#pip-installation-gpu-cuda) for details.

### Installation at HEAD

Expand Down

0 comments on commit 033c4df

Please sign in to comment.