5 lines
49 B
Bash
5 lines
49 B
Bash
|
set -x
|
||
|
|
||
|
GPUS=$1
|
||
|
RUN_COMMAND=${@:2}
|
||
|
INPUT_VALUE=$3
|