Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Nov 26, 2024
1 parent 3a2c4b7 commit e9394cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ jobs:
name: nsys-jax-unit-test-A100
- name: Extract archives and execute install scripts
run: |
pip install virtualenv # for install.sh
for zip in $(ls *.zip); do
ZIP="${PWD}/${zip}"
pushd $(mktemp -d)
Expand Down
2 changes: 1 addition & 1 deletion docs/nsys-jax.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are three convenient ways of running profile data analyses:
- Manual execution; the output files of both `nsys-jax` and `nsys-jax-combine` include an installation script that sets
up a local Python virtual environment including the `nsys_jax` library, Jupyter Lab, and an example notebook for
Jupyter-based exploration of profile data (*e.g.* run this on your laptop and explore your profile data in a Jupyter
notebook)
notebook). This installation script depends on the `virtualenv` command.

## Installation
The containers published from this repository (`ghcr.io/nvidia/jax:XXX`) have `nsys-jax` pre-installed; the recipes for
Expand Down

0 comments on commit e9394cc

Please sign in to comment.