Skip to content

Commit 7497ca3

Browse files
Fix slurm script
1 parent cffa362 commit 7497ca3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

slurm/agentic_generation.slurm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +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
14-
conda activate /fsx/aymeric/venv
12+
source ~/.bashrc
13+
source /fsx/aymeric/venv/bin/activate
1514

1615
python scripts/generate_agent_traces.py \
1716
--output-file "codeforces_agentic_generations.jsonl" \

0 commit comments

Comments
 (0)