Update hivemind to support torch >= 2.3.0, pydantic >= 2.0 (#601)

Updates hivemind to f98acba7aa that supports torch >= 2.3.0, pydantic >= 2.0.
pull/598/head
Alexander Borzunov 3 months ago committed by GitHub
parent 103ef760da
commit 67ca11a282
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,8 +39,7 @@ install_requires =
tokenizers>=0.13.3 tokenizers>=0.13.3
transformers==4.43.1 # if you change this, please also change version assert in petals/__init__.py transformers==4.43.1 # if you change this, please also change version assert in petals/__init__.py
speedtest-cli==2.1.3 speedtest-cli==2.1.3
pydantic>=1.10,<2.0 # 2.0 is incompatible with hivemind yet hivemind @ git+https://github.com/learning-at-home/hivemind.git@f98acba7aa3cf93717c40ca95d0b4e5b5742414c
hivemind==1.1.10.post2
tensor_parallel==1.0.23 tensor_parallel==1.0.23
humanfriendly humanfriendly
async-timeout>=4.0.2 async-timeout>=4.0.2

Loading…
Cancel
Save