-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrun_test_all.sh
More file actions
34 lines (22 loc) · 960 Bytes
/
run_test_all.sh
File metadata and controls
34 lines (22 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/bash
#Submit this script with: sbatch thefilename
#For more details about each parameter, please check SLURM sbatch documentation https://slurm.schedmd.com/sbatch.html
#SBATCH --time=12:00:00 # walltime
#SBATCH --ntasks=1 # number of tasks
#SBATCH --cpus-per-task=12 # number of CPUs Per Task i.e if your code is multi-threaded
#SBATCH --nodes=1 # number of nodes
#SBATCH --gres=gpu:a100:1
#SBATCH --mem=32G # memory per node
#SBATCH -J "mirna_curator_all_decisions" # job name
#SBATCH -o "mirna_all_out" # job output file
#SBATCH -e "mirna_all_err" # job error file
# LOAD MODULES, INSERT CODE, AND RUN YOUR PROGRAMS HERE
source /homes/agreen/.pyenv_setup
module load cuda
pyenv activate mirna-curator
time python src/mirna_curator/test_all_prompts.py \
mirna_curation_prompts.json \
development_set.parquet \
bartowski/Phi-3-medium-128k-instruct-GGUF \
dev_set_with_decisions_phi3-14B.parquet \
--template phi3-med