Commit 9b2badf3 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[cli] Update doc

parent f78ebc22
...@@ -499,7 +499,7 @@ model = AutoModel.from_pretrained("username/pretrained_model") ...@@ -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.
``` ```
......
...@@ -34,7 +34,7 @@ model = AutoModel.from_pretrained("username/pretrained_model") ...@@ -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.
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment