-
Notifications
You must be signed in to change notification settings - Fork 0
/
13b_prompt-1.sh
25 lines (20 loc) · 1.06 KB
/
13b_prompt-1.sh
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
#!/bin/bash
### Change here ###
#SBATCH --job-name=13b_prompt-1
#SBATCH --output=13b_prompt-1.txt
#SBATCH --partition=milan-gpu
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --mem=64G
#SBATCH --tmp=20GB
#SBATCH --time=01:30:00
#SBATCH --gres=gpu:1
#SBATCH --mail-type=ALL,TIME_LIMIT_90
#SBATCH --mail-user=<youremail>
cp /fred/oz176/kan_asvasena/llama2_2.sif $JOBFS/llama2_2.sif
module load apptainer
### Change here ###
apptainer run -B /fred/oz176/kan_asvasena/llama2_storage --nv $JOBFS/llama2_2.sif python llama2.py \
"prompt-1.csv" \
"13b" \
"You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.\n\nIf a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information."