1
0
Fork 0
mirror of https://github.com/Findus23/jax-array-info.git synced 2024-09-19 15:53:47 +02:00

add installation

This commit is contained in:
Lukas Winkler 2023-09-04 16:26:03 +02:00
parent 169e6a3fe6
commit 1a591faf79

View file

@ -2,6 +2,10 @@
This package contains two functions for debugging jax `Array`s:
```bash
pip install git+https://github.com/Findus23/jax-array-info.git
```
```python
from jax_array_info import sharding_info, sharding_vis
```