[cli] Update doc

This commit is contained in:
Julien Chaumond
2019-12-27 22:54:29 -05:00
parent f78ebc22ad
commit 9b2badf3c9
2 changed files with 2 additions and 2 deletions

View File

@@ -499,7 +499,7 @@ model = AutoModel.from_pretrained("username/pretrained_model")
Finally, list all your files on S3: Finally, list all your files on S3:
```shell ```shell
transformers-cli ls transformers-cli s3 ls
# List all your S3 objects. # List all your S3 objects.
``` ```

View File

@@ -34,7 +34,7 @@ model = AutoModel.from_pretrained("username/pretrained_model")
Finally, list all your files on S3: Finally, list all your files on S3:
```shell ```shell
transformers-cli ls transformers-cli s3 ls
# List all your S3 objects. # List all your S3 objects.
``` ```