Skip to content

Commit

Permalink
Merge pull request #14 from afrendeiro/patch-1
Browse files Browse the repository at this point in the history
Fix instructions to install dependencies in README.md
  • Loading branch information
HMUNACHI committed Mar 12, 2024
2 parents a95e62d + ac60271 commit 43ed416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Models can be designed and tested on CPUs but trainers are all Distributed Data-

```
pip install --upgrade pip # To support manylinux2010 wheels.
pip install jax, flax, optax
pip install jax flax optax
```

Then, install nanodl from PyPi:
Expand Down

0 comments on commit 43ed416

Please sign in to comment.