-
Notifications
You must be signed in to change notification settings - Fork 92
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
single_gpu_tutorial.ipynb fails to run on GPU #183
Labels
bug
Something isn't working
Comments
Thanks! Yes, as you mentioned current fix should be to add
as the first cell of the notebook. We can update the notebook accordingly. |
Closed
nicoleeeluo
added a commit
to nicoleeeluo/NeMo-Curator
that referenced
this issue
Aug 15, 2024
Signed-off-by: Nicole Luo <[email protected]>
ryantwolf
pushed a commit
that referenced
this issue
Aug 15, 2024
yyu22
pushed a commit
to yyu22/NeMo-Curator
that referenced
this issue
Oct 9, 2024
Signed-off-by: Nicole Luo <[email protected]> Signed-off-by: Yang Yu <[email protected]>
yyu22
pushed a commit
to yyu22/NeMo-Curator
that referenced
this issue
Oct 10, 2024
Signed-off-by: Nicole Luo <[email protected]>
Closed by #207. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The single gpu tutorial notebook fails to launch a GPU based Dask cluster
Steps/Code to reproduce bug
Returns the following error
Expected behavior
The execution should succeed and output should resemble the below
Number of dask worker:1 {'tcp://127.0.0.1:36179': None}
**Environment overview **
Additional context
Setting the following env variable in the notebook's env setup step resolves the issue
os.environ["DASK_DATAFRAME__QUERY_PLANNING"] = "False"
The text was updated successfully, but these errors were encountered: