-
Notifications
You must be signed in to change notification settings - Fork 149
Update bionemo test case + propose to subdirectories per orchastrator #396
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,111 @@ | ||||||
| ## 0. Prerequisites | ||||||
|
|
||||||
| The guide assumes that you have the following: | ||||||
|
|
||||||
| * A functional Slurm cluster on AWS, whose compute instances are based on DeepLearning AMI. | ||||||
| * An FSx for Lustre filesystem mounted on `/fsx`. | ||||||
| * `enroot` if you want to run the container example. | ||||||
|
|
||||||
| We recommend that you setup a Slurm cluster using the templates in the architectures [directory](../../1.architectures). | ||||||
|
|
||||||
|
|
||||||
| ``` | ||||||
| export PYTHON_VERSION=3.10 | ||||||
| # We are using Python version 3.10 in this work. For a different Python version select the right Miniconda file from https://repo.anaconda.com/miniconda/ | ||||||
| export MINICONDA_INSTALLER=Miniconda3-py310_23.5.2-0-Linux-x86_64 | ||||||
| export TARGET_PATH=/apps/bionemo-src # Must be a shared filesystem. This is where Nemo launcher scripts will reside. | ||||||
| export DOCKER_IMAGE_NAME=bionemo | ||||||
| export TAG=latest | ||||||
| export ENROOT_IMAGE=/apps/${DOCKER_IMAGE_NAME} | ||||||
| export DATASET_PATH=/fsx/ | ||||||
| ``` | ||||||
|
|
||||||
| ## 1.4. Pull this github repo | ||||||
|
||||||
| ## 1.4. Pull this github repo | |
| ## 1.4. Clone this github repo |
Outdated
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.
Why?
Outdated
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.
Python virtual env is enough. No need to introduce conda here.
Outdated
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.
Define variables.
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.
rename the script
uniref50_download_preprocess.sbatch
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.
pin version.
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.
Perhaps add a link or quick description on what each arch is. Not required but good to have.