neural-mesh / test /run_testtime_gpu6.sh
hjkim00's picture
Upload TestTime-RLVR-v2 from Full-pipeline-relative_0827 branch
f50dc54 verified
#!/bin/bash
# GPU 6번 μ‚¬μš© μ„€μ •
export CUDA_VISIBLE_DEVICES=6
# TestTime RLVR νŒŒμ΄ν”„λΌμΈ μ‹€ν–‰
python test_complete_pipeline.py \
--model "Qwen/Qwen2.5-7B" \
--benchmark "mbpp" \
--problem_id "Mbpp/478" \
--max_tokens 2048 \
--gpu 6 \
--verbose \
--output_dir ../tmp
echo "TestTime RLVR νŒŒμ΄ν”„λΌμΈ μ‹€ν–‰ μ™„λ£Œ"