summaryrefslogtreecommitdiff
path: root/run_gpt4o.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_gpt4o.sh')
-rw-r--r--run_gpt4o.sh7
1 files changed, 7 insertions, 0 deletions
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