readme update and not pinning cuda versin for flax
This commit is contained in:
@@ -64,6 +64,13 @@ will be under construction over the next few weeks to
|
|||||||
uv pip install -e .[flax]
|
uv pip install -e .[flax]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
3. [Optional] Install your preferred `torch` / `jax` backend based on your OS and accelerators
|
||||||
|
(CPU, GPU, TPU or Apple Silicon).:
|
||||||
|
|
||||||
|
- [Install PyTorch](https://pytorch.org/get-started/locally/).
|
||||||
|
- [Install Jax](https://docs.jax.dev/en/latest/installation.html#installation)
|
||||||
|
for Flax.
|
||||||
|
|
||||||
### Code Example
|
### Code Example
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@ flax = [
|
|||||||
"einshape",
|
"einshape",
|
||||||
"orbax-checkpoint",
|
"orbax-checkpoint",
|
||||||
"jaxtyping",
|
"jaxtyping",
|
||||||
"jax[cuda12]"
|
"jax[cuda]"
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
|||||||
Reference in New Issue
Block a user