-
Notifications
You must be signed in to change notification settings - Fork 19
MLP Tutorials v1.0 #85
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
Conversation
preview available: https://docs.tds.cscs.ch/85 |
preview available: https://docs.tds.cscs.ch/85 |
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.
lgtm
|
||
### Set up an EDF | ||
|
||
We need to set up an EDF (Environment Definition File) which tells the Container Engine what container to load, where to mount it, and what plugins to load. Use your favorite text editor to create a file `~/.edf/gemma-pytorch.toml` for the container engine. The EDF should look like this: |
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.
Maybe link to https://eth-cscs.github.io/cscs-docs/software/container-engine/#concept (overview of EDF)?
|
||
### Collaborating in Git | ||
|
||
In order to track and exchange your progress with colleagues, it is recommended to store the EDF, Dockerfile and your application code alongside in a Git repository in a directory on `$SCRATCH` and share it with colleagues. |
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.
directory on
$SCRATCH
and share it with colleagues.
Is this a good suggestion with the cleanup policy in place? $PROJECT
? Not sure what's the best place to share... just recommend a git repo without mentioning where to store it?
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
preview available: https://docs.tds.cscs.ch/85 |
preview available: https://docs.tds.cscs.ch/85 |
No description provided.