export DISPLAY=:0

nohup python3 gpu_tune_tool.py benchmark \
    --gpus all \
    --time 10h \
    --power-limits "400,450,500,550" \
    --fan-speeds "60,70,80,90" \
    --warmup 120 \
    --interval 10 \
    --restore-on-exit \
    > gpu_benchmark.log 2>&1 &
