We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4085046 commit 7bf852cCopy full SHA for 7bf852c
.github/workflows/actions.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
pip install -r requirements.txt --progress-bar off --upgrade
59
if [ "${{ matrix.nnx_enabled }}" == "true" ]; then
60
- pip install --upgrade git+https://github.com/google/flax.git
+ pip install --upgrade flax>=0.11.0
61
fi
62
pip uninstall -y keras keras-nightly
63
pip install -e "." --progress-bar off --upgrade
0 commit comments