Skip to content

Commit

Permalink
Update finetuning scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Jul 29, 2024
1 parent 8fca201 commit 9609c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def base_slurm_script(env_name, partition, cpu_mem, cpu_cores, gpu_name=None):
if partition.startswith("grete"):
base_script += "#SBATCH -A gzz0001 \n"

base_script += "\n" + f"source activate {env_name}" + "\n"
base_script += "\n" + "source ~/.bashrc" + "\n" + f"mamba activate {env_name}" + "\n"

return base_script

Expand Down

0 comments on commit 9609c2c

Please sign in to comment.