mirror of
https://github.com/openai/gpt-2
synced 2025-08-22 02:02:01 +00:00
mkdir -p
This commit is contained in:
parent
7eb02f8410
commit
69354b7661
@ -1,6 +1,6 @@
|
||||
model=$1
|
||||
|
||||
mkdir models/$model
|
||||
mkdir -p models/$model
|
||||
|
||||
# TODO: gsutil rsync -r gs://gpt-2/models/ models/
|
||||
for filename in checkpoint encoder.json hparams.json model.ckpt.data-00000-of-00001 model.ckpt.index model.ckpt.meta vocab.bpe; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user