Prechádzať zdrojové kódy

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

Updates hivemind to https://github.com/learning-at-home/hivemind/commit/f98acba7aa3cf93717c40ca95d0b4e5b5742414c that supports torch >= 2.3.0, pydantic >= 2.0.
Alexander Borzunov 1 rok pred
rodič
commit
67ca11a282
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      setup.cfg

+ 1 - 2
setup.cfg

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