We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76479fd commit d315467Copy full SHA for d315467
setup.cfg
@@ -37,7 +37,7 @@ install_requires =
37
accelerate>=0.22.0
38
huggingface-hub>=0.11.1,<1.0.0
39
tokenizers>=0.13.3
40
- transformers>=4.32.0,<4.35.0 # if you change this, please also change version assert in petals/__init__.py
+ transformers>=4.35.0 # 4.35.0 is the minimum that contains modeling_attn_mask_utils.py
41
speedtest-cli==2.1.3
42
pydantic>=1.10,<2.0 # 2.0 is incompatible with hivemind yet
43
hivemind==1.1.10.post2
0 commit comments