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

updates for cpu resource #376

Merged
merged 2 commits into from
Jun 15, 2022
Merged

updates for cpu resource #376

merged 2 commits into from
Jun 15, 2022

Conversation

nathanballou
Copy link
Contributor

Changes the Julia workshop example to use a CPU instead of a GPU.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@@ -9,10 +9,10 @@
"path": "/home/jovyan/examples"
}
],
"start_script": "julia -e 'import Pkg;\nPkg.add([\n\"BSON\",\n\"MLDatasets\"\n])'",
"start_script": "julia -e 'import Pkg;\nPkg.add([\n\"BSON\",\n\"CUDA\",\n\"MLDatasets\"\n])'",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want "CUDA" in here?

Copy link
Contributor

@jsignell jsignell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nathanballou nathanballou merged commit 5f1ee5f into main Jun 15, 2022
@nathanballou nathanballou deleted the julia-workshop branch June 15, 2022 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants