slurm submission log: 2024-05-13 10:11:38.061093 created following sbatch script: ############################### #!/bin/bash #SBATCH --account=nlp #SBATCH --cpus-per-task=2 #SBATCH --exclude=jagupard33 #SBATCH --gres=gpu:1 #SBATCH --job-name=oym #SBATCH --mem=16G #SBATCH --open-mode=append #SBATCH --output=oym.out #SBATCH --partition=jag-standard #SBATCH --time=14-0 # activate your desired anaconda environment . /nlp/scr/q1zhang/miniconda3/envs/q1zhang-oym/etc/profile.d/conda.sh ; conda activate q1zhang-oym # cd to working directory cd . # launch commands srun --unbuffered run_as_child_processes 'python3 scripts/train_and_annotate.py wandb_params.run_eval='True' wandb_params.output_dir='../models/finetuned_annotation/'' ############################### submission to slurm complete! ############################### slurm submission output Submitted batch job 7605743 ############################### /var/lib/slurm/slurmd/job7605743/slurm_script: line 15: /nlp/scr/q1zhang/miniconda3/envs/q1zhang-oym/etc/profile.d/conda.sh: No such file or directory CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell, run $ conda init Currently supported shells are: - bash - fish - tcsh - xonsh - zsh - powershell See 'conda init --help' for more information and options. IMPORTANT: You may need to close and restart your shell after running 'conda init'. ############################### start time: 2024-05-13 10:11:48.813562 machine: jagupard37 conda env: q1zhang-oym ############################### running following processes python3 scripts/train_and_annotate.py wandb_params.run_eval=True wandb_params.output_dir=../models/finetuned_annotation/ ############################### command outputs: python3: can't open file '/juice2/scr2/q1zhang/on-your-mark/models/finetuned_annotation/scripts/train_and_annotate.py': [Errno 2] No such file or directory ############################### end time: 2024-05-13 10:11:58.826463 elapsed time: 0:00:10.012901