mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
Convert FOB submodule to regular folder
This commit is contained in:
parent
94f046ad40
commit
94825011a0
74 changed files with 4563 additions and 0 deletions
23
environments/optimizer/FOB/baselines/sbatch_template.sh
Normal file
23
environments/optimizer/FOB/baselines/sbatch_template.sh
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
module load devel/miniconda
|
||||
|
||||
nvidia-smi
|
||||
|
||||
source ~/.bashrc
|
||||
# some users reported issues with stacked conda environments; see https://en.wikipedia.org/wiki/Rule_of_three_(writing)
|
||||
conda deactivate
|
||||
conda deactivate
|
||||
conda deactivate
|
||||
conda activate fob
|
||||
|
||||
# Running the job
|
||||
|
||||
start=$(date +%s)
|
||||
|
||||
__FOB_COMMAND__
|
||||
|
||||
finish=$(date +%s)
|
||||
|
||||
runtime=$((finish-start))
|
||||
|
||||
echo Job execution complete.
|
||||
echo Total job runtime: $runtime seconds
|
||||
Loading…
Add table
Add a link
Reference in a new issue