From 73c194f304f827b55081b15524479f82a1b7d94c Mon Sep 17 00:00:00 2001 From: maszhongming Date: Tue, 16 Sep 2025 15:15:29 -0500 Subject: Initial commit --- run_gpt4o.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run_gpt4o.sh (limited to 'run_gpt4o.sh') diff --git a/run_gpt4o.sh b/run_gpt4o.sh new file mode 100644 index 0000000..cab71d4 --- /dev/null +++ b/run_gpt4o.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +for MODE in {0..3} +do + export CUDA_VISIBLE_DEVICES=2 + python -m kg_rag.rag_based_generation.GPT.run_mcq_qa gpt-4o-mini ${MODE} +done -- cgit v1.2.3