File size: 359 Bytes
f50dc54 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#!/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 ํ์ดํ๋ผ์ธ ์คํ ์๋ฃ" |