From ecce7956c0c0dbcafdf783c153f37f3ff52cd9b4 Mon Sep 17 00:00:00 2001 From: weixin_43297441 Date: Fri, 7 Feb 2025 10:51:48 +0800 Subject: [PATCH] 2 --- a.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 a.sh diff --git a/a.sh b/a.sh new file mode 100644 index 0000000..af39add --- /dev/null +++ b/a.sh @@ -0,0 +1,2 @@ +export HF_ENDPOINT=https://hf-mirror.com +CUDA_VISIBLE_DEVICES=0 python hal_det_llama.py --dataset_name triviaqa --model_name llama2_chat_7B --most_likely 0 --use_rouge 0 --generate_gt 1 \ No newline at end of file