ai: slurm fixup again

This commit is contained in:
Starbeamrainbowlabs 2022-09-02 19:13:56 +01:00
parent 7917820e59
commit c94f5d042e
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -62,5 +62,5 @@ echo ">>> Installing requirements";
conda run -n py38 pip install -r requirements.txt;
echo ">>> Training model";
#shellcheck disable=SC2086
/usr/bin/env time -v conda run -n py38 src/index.py pretrain --input "${CONFIG}" --output "${dir_output}" ${ARGS};
/usr/bin/env time -v conda run -n py38 src/index.py pretrain --input "${INPUT}" --output "${dir_output}" ${ARGS};
echo ">>> exited with code $?";