Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 'CollectiveSize' when running Analysis Jupyter script #986

Closed
erwincoumans opened this issue Aug 8, 2024 · 1 comment · Fixed by #988
Closed

KeyError: 'CollectiveSize' when running Analysis Jupyter script #986

erwincoumans opened this issue Aug 8, 2024 · 1 comment · Fixed by #988
Assignees

Comments

@erwincoumans
Copy link

image

I'm trying to generate a flamegraph using the generated install.sh script from nsys-jax. The install.sh script in the zip file opens a Jupyter notebook, and when running the Analysis.ipbn script, some error shows up:


KeyError: 'CollectiveSize', any idea?
---> 34 max_collective_size = comm_df["CollectiveSize"].max()
     35 assert (
     36     num_profiled_devices == max_collective_size

Any idea? Thank you!

Host: Ubuntu 22.04, Python 3.11.7.
Attached also the zip file, in case it helps.
nsys-jax-report-c9dgz7dt.zip

@olupton
Copy link
Contributor

olupton commented Aug 9, 2024

Should be fixed by #988, which will be available in the 2024-08-10 containers and later.

@olupton olupton closed this as completed Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants