pulled flax changes from master

This commit is contained in:
Rajat Sen
2025-10-07 21:46:30 +00:00
11 changed files with 1276 additions and 19 deletions
+4 -7
View File
@@ -58,13 +58,10 @@ will be under construction over the next few weeks to
# Activate the environment
source .venv/bin/activate
# Install the dependencies
uv pip install -r requirements.txt
```
3. (Optional) If you plan to modify the source code, install the package in editable mode:
```shell
uv pip install -e .
# Install the package in editable mode with torch
uv pip install -e .[torch]
# Or with flax
uv pip install -e .[flax]
```
### Code Example