medrax2 / rexvqa_medrax.sh
Junzhe Li
important files
14acaec
raw
history blame
579 Bytes
#!/bin/bash
#SBATCH --job-name=medrax
#SBATCH -c 4
#SBATCH --gres=gpu:l40s:1
#SBATCH --time=08:00:00
#SBATCH --mem=64G
#SBATCH --output=rexvqa-%j.out
#SBATCH --error=rexvqa-%j.err
module load arrow clang/18.1.8 scipy-stack
source venv/bin/activate
/scratch/lijunzh3/MedRAX2/venv/bin/python -m benchmarking.cli run --benchmark rexvqa --provider medrax --model gemini-3-pro-preview --system-prompt CHESTAGENTBENCH_PROMPT --data-dir benchmarking/data/rexvqa --output-dir temp --max-questions 250 --temperature 0.7 --top-p 0.95 --max-tokens 10000 --concurrency 4 --random-seed 42