Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Aug 21, 2024
1 parent 399b428 commit 9c9293b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nsys-jax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
run: |
pip install virtualenv
virtualenv venv
./venv/bin/pip install -r ./JAX-Toolbox/.github/container/requirements-nsys-jax.in
./venv/bin/python ./JAX-Toolbox/.github/container/jax_nsys/install-protoc ./venv
./venv/bin/pip install -r .github/container/requirements-nsys-jax.in
./venv/bin/python .github/container/jax_nsys/install-protoc ./venv
./venv/bin/python .github/container/nsys-jax-combine \
--analysis summary \
--analysis communication \
Expand Down

0 comments on commit 9c9293b

Please sign in to comment.