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 f0fa17d commit 30c977dCopy full SHA for 30c977d
.github/workflows/pr_tests.yml
@@ -146,7 +146,6 @@ jobs:
146
- name: Run fast Flax TPU tests
147
if: ${{ matrix.config.framework == 'flax' }}
148
run: |
149
- apt-get update && apt-get install libsndfile1-dev libgl1 -y
150
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
151
python -m pytest -n 4 --max-worker-restart=0 --dist=loadfile \
152
-s -v -k "Flax" \
0 commit comments