Skip to content

Commit

Permalink
Upgrade transformers to 4.13.0 (deepset-ai#1659)
Browse files Browse the repository at this point in the history
* upgrade to pytorch 1.10 and transformers 4.11.3

* pin torch to 1.9.1

* Upgrade transformers and torch to 4.12.2 and 1.10.0

* Test transformers 4.10.2

* Pin transformers to 4.10.2

* transformers 4.10.3

* transformers 4.11.0

* transformers 4.11.1

* transformers 4.11.2

* check fix on current transformer's master branch

* Install transformers from commit id

* update transformers to 4.12.5

* Upgrade torch version for torch-scatter

* Upgrade torch version for torch-scatter in Windows CI

* Build new cache

* Undo last commit

* Use transformers v4.11.2

* bump transformers to 4.12.5

* bump transformers to 4.13.0

* re-allow range of torch versions

Co-authored-by: Malte Pietsch <[email protected]>
Co-authored-by: bogdankostic <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2021
1 parent 77d52ad commit 2c184e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sklearn
seqeval
mlflow<=1.13.1
# huggingface repository
transformers==4.7.0
transformers==4.13.0
# pickle extension for (de-)serialization
dill
# Inference with ONNX models. Install onnxruntime-gpu for Inference on GPUs
Expand Down

0 comments on commit 2c184e4

Please sign in to comment.