Remove trailing forward-flash
This commit is contained in:
@@ -4,5 +4,5 @@ mkdir models/$model
|
|||||||
|
|
||||||
# TODO: gsutil rsync -r gs://gpt-2/models/ models/
|
# 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
|
for filename in checkpoint encoder.json hparams.json model.ckpt.data-00000-of-00001 model.ckpt.index model.ckpt.meta vocab.bpe; do
|
||||||
gsutil cp gs://gpt-2/models/$model/$filename models/$model/
|
gsutil cp gs://gpt-2/models/$model/$filename models/$model
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user