adds xl to help output

This commit is contained in:
dreimolo 2023-12-16 19:41:41 +01:00
parent c0cc05177f
commit 62954f98de

View File

@ -16,7 +16,7 @@ case "$1" in
"s"|"m"|"l"|"xl") "s"|"m"|"l"|"xl")
;; ;;
*) *)
echo "Invalid argument. Must be one of 's', 'm', or 'l'." echo "Invalid argument. Must be one of 's', 'm', 'l' or 'xl'."
exit 1 exit 1
;; ;;
esac esac
@ -25,8 +25,6 @@ SAMPLE_NAME=crawl-${1:-m}
SAMPLE_DIR="node-1/samples/${SAMPLE_NAME}/" SAMPLE_DIR="node-1/samples/${SAMPLE_NAME}/"
function download_model { function download_model {
model=$1 model=$1
url=$2 url=$2