DRAGNLabs / 301r_retnet

2 stars 1 forks source link

Make mamba explicit param #33

Closed DrewGalbraith closed 4 months ago

DrewGalbraith commented 4 months ago

This pull request just changed all the slurm templates mamba environments line from mamba activate retnet to mamba activate <your_env_name>. This is consistent with the new README.md instructions and lets users know they'll need to specify their own environmnet.

Additionally, while making these changes, I noticed we had two place holding conventions. One involved using tags <...> and the other all caps LIKE_SO. I combined them to unify style, adding tags to the YAML place holder names and capitalizing the mamba text between <>, resulting in <THIS_AS_THE_CONVENTION>.