mirror of
https://github.com/openai/gpt-2
synced 2025-08-22 10:10:09 +00:00
error message
This commit is contained in:
parent
16095a6139
commit
ebd5894d22
@ -1,3 +1,8 @@
|
|||||||
|
if [ "$#" -ne 1 ]; then
|
||||||
|
echo "You must enter the model name as a parameter, e.g.: sh download_model.sh 117M"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
model=$1
|
model=$1
|
||||||
|
|
||||||
mkdir -p models/$model
|
mkdir -p models/$model
|
||||||
|
Loading…
x
Reference in New Issue
Block a user