This commit is contained in:
Starbeamrainbowlabs 2022-09-27 19:06:41 +01:00
parent 52dff130dd
commit b836f7f70c
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -81,6 +81,7 @@ echo ">>> Installing requirements";
conda run -n py38 pip install -r requirements.txt;
echo ">>> Making predictions";
#shellcheck disable=SC2086
echo COMMAND: conda run -n py38 /usr/bin/env time -v src/index.py pretrain-predict --input "${INPUT}" --output "${filepath_output}" -c "${CHECKPOINT}" ${ARGS}
conda run -n py38 /usr/bin/env time -v src/index.py pretrain-predict --input "${INPUT}" --output "${filepath_output}" -c "${CHECKPOINT}" ${ARGS}
echo ">>> exited with code $?";