File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,18 @@ running on the cluster.
88 installs miniconda for your cluster environment.
99
10102 . [ Create Environment] ( stability-cluster/env_creation.sh ) -
11- creates a basic conda environment with the requirements to run experiments.
11+ creates a basic conda environment for experiments.
12+
13+ - Creates a conda environment at the prefix ` CONDA_ENV_PATH ` path.
14+ > Using the positional argument passed into the script
15+ - Clones ` chemnlp ` into your personal cluster ` USER ` directory.
16+ - Installs the current revision of the ` chemnlp ` repository and
17+ dependencies that are in your personal directory into the conda environment.
18+
19+ ``` bash
20+ # for creating a personal environment
21+ source scripts/stability-cluster/env_creation.sh ${USER}
22+
23+ # for creating an specific experiment environment
24+ source scripts/stability-cluster/env_creation.sh experiments/my-experiment
25+ ```
You can’t perform that action at this time.
0 commit comments