Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
update transformers dependency to v4.5.0, when AutoModel was refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
hans committed Dec 17, 2021
1 parent 3f1c53d commit e5ae12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
extras_require={
"docker": ["docker~=5.0.3"],
"singularity": ["spython~=0.1.17"],
"huggingface": ["transformers~=4.12", "torch"],
"huggingface": ["transformers >= 4.5, < 5.0", "torch"],
},
name="lm-zoo",
packages=find_packages(exclude=["test"]),
Expand Down

0 comments on commit e5ae12b

Please sign in to comment.