New GPU Cloud Integration with Hyperstack! #7484
williamstein
announced in
Announcements
Replies: 1 comment 1 reply
-
@williamstein Have you explored Jetstream2? (https://jetstream-cloud.org/). Part of NSF's Accelerate program, and apparently fairly easy for researchers to get access to. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you're GPU's on CoCalc, there's an entirely new cloud option that you should see which is Hyperstack:
Once you select Hyperstack after starting to create a compute server, then click the A100 tag, you'll see this:
Note that for $3.60/hour you get an 80GB A100, and these are all standard instances. You can also see that at least right now many are available. Everything else works very similar to Google cloud, except that:
conda install ...
in a terminal to install some packages you need. If you click the "Advanced" checkbox when selecting an image, you can select from the full range of images. However, the first startup time for your server maybe be MUCH slower for big images (e.g., think "20-30 minutes" for the huge colab image). Starting the server a second time is fast again.Beta Was this translation helpful? Give feedback.
All reactions