Skip to content

Commit

Permalink
Bump transformers version to 3.1.0 (#515)
Browse files Browse the repository at this point in the history
* bump transformers version
  • Loading branch information
tholor authored Sep 4, 2020
1 parent 33afbd3 commit c6871b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion farm/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def download_from_s3(s3_url: str, cache_dir: str = None, access_key: str = None,
"""
Download a "folder" from s3 to local. Skip already existing files. Useful for downloading all files of one model
The default and recommended authentication follows boto3's trajectory of checking for ENV variables,
.aws/credentials etc. (see https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html).
.aws/credentials etc. (see https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html).
However, there's also the option to pass `access_key`, `secret_access_key` and `region_name` directly
as this is needed in some enterprise enviroments with local s3 deployments.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sklearn
seqeval
mlflow==1.0.0
# huggingface repository
transformers==3.0.2
transformers==3.1.0
# accessing dictionary elements with dot notation
dotmap==1.3.0
# for inference-rest-apis
Expand Down

0 comments on commit c6871b6

Please sign in to comment.