diff options
| author | maszhongming <mingz5@illinois.edu> | 2025-09-16 15:15:29 -0500 |
|---|---|---|
| committer | maszhongming <mingz5@illinois.edu> | 2025-09-16 15:15:29 -0500 |
| commit | 73c194f304f827b55081b15524479f82a1b7d94c (patch) | |
| tree | 5e8660e421915420892c5eca18f1ad680f80a861 /run_gpt4o.sh | |
Initial commit
Diffstat (limited to 'run_gpt4o.sh')
| -rw-r--r-- | run_gpt4o.sh | 7 |
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 |
