-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
ENH: include nvidia-smi across lectures #60
Conversation
✅ Deploy Preview for incomparable-parfait-2417f8 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
The linkchecker is failing due to the anchor issue #53 so this looks ready. |
@jstac the only lecture I didn't add https://6462d2eada9c00149ee7641a--incomparable-parfait-2417f8.netlify.app/jax_intro.html thinking it simplifies the lecture. But we can add it there as well if you like. |
Hi @mmcky Matt , I think the left broken link was fixed by @Smit-create in 53e0674 |
lectures/aiyagari_jax.md
Outdated
@@ -57,6 +57,12 @@ import jax | |||
import jax.numpy as jnp | |||
``` | |||
|
|||
We can also check the `gpu` hardware we are running on using `nvidia-smi`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mmcky
How about "Let's check the GPU we are running"
I'm very keen on cutting words ATM. Either way gpu
should be GPU.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jstac done.
Thanks @mmcky ! |
fixes #51