-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feat: Support both Google Colab and Paperspace Gradient notebook architectures #1010
base: main
Are you sure you want to change the base?
Conversation
@TheLastBen Thanks for all your work in this repo! I was trying to get this to work as a notebook in Paperspace and figured it might be more useful upstreamed. Let me know if this approach of making the directories more modular is an abstraction that you would support. |
It's great to see Paperspace engaged in bringing great Colabs from the community to Paperspace. Great work! |
@dte Hi, contact me on discord : |
PLEASE YES!!!! |
Here's some repos that might help:
|
|
dbooth |
|
~~ |
5\u001b[1;31m
/home/jovyan/workspace/SCD/simple.py
|
Goal
Paperspace offers a public notebook with free GPUs that for some users prefer to use instead of Google's Colab product. This PR adds notebook compatibility for both Google Colab and Gradient. Gradient has a few differences including persistent storage that does not require Google Drive and a slightly different storage model that supports multiple files and subdirectories.
Major Changes:
/content
directories as configurable{persistent_storage_dir}
,{working_notebook_dir}
, and{packages_dir}
IN_PAPERSPACE
as opposed to in Colab to set upTest Plan: