Skip to content

Commit e35800c

Browse files
Fix slurm script
1 parent cffa362 commit e35800c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slurm/agentic_generation.slurm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
#SBATCH --output=./logs/%x_%j_%n.out
88
#SBATCH --error=./logs/%x_%j_%n.err
99
#SBATCH --time=7-00:00:00
10-
1110
set -exuo pipefail
1211

13-
conda init
12+
source ~/.bashrc
13+
source $(conda info --base)/etc/profile.d/conda.sh
1414
conda activate /fsx/aymeric/venv
1515

1616
python scripts/generate_agent_traces.py \

0 commit comments

Comments
 (0)