Doc tweak on model sharing

This commit is contained in:
Julien Chaumond
2020-01-22 22:40:38 -05:00
parent 34a3c25a30
commit 119dc50e2a
2 changed files with 13 additions and 2 deletions

View File

@@ -38,3 +38,8 @@ transformers-cli s3 ls
# List all your S3 objects.
```
You can also delete files:
```shell
transformers-cli s3 rm …
```