Require transformers < 4.31.0 until we're compatible (#369)

pull/370/head
Alexander Borzunov 10 months ago committed by GitHub
parent 3b300c32e4
commit f97582fb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ install_requires =
accelerate>=0.16.0,<0.21.0
huggingface-hub>=0.11.1,<1.0.0
tokenizers>=0.13.3
transformers>=4.30.1,<5.0.0
transformers>=4.30.1,<4.31.0
speedtest-cli==2.1.3
pydantic>=1.10,<2.0 # 2.0 is incompatible with hivemind==1.1.8
hivemind==1.1.8

Loading…
Cancel
Save