Skip to content

Commit 2061182

Browse files
committed
move to latest hivemind commit hash
1 parent c68c1c3 commit 2061182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install_requires =
3939
tokenizers>=0.13.3
4040
transformers==4.43.1 # if you change this, please also change version assert in petals/__init__.py
4141
speedtest-cli==2.1.3
42-
hivemind @ git+https://github.com/learning-at-home/hivemind.git@f98acba7aa3cf93717c40ca95d0b4e5b5742414c
42+
hivemind @ git+https://github.com/learning-at-home/hivemind.git@213bff98a62accb91f254e2afdccbf1d69ebdea9
4343
tensor_parallel==1.0.23
4444
humanfriendly
4545
async-timeout>=4.0.2

src/petals/data_structures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from enum import Enum
33
from typing import Any, Dict, Optional, Sequence, Tuple
44

5-
import pydantic
5+
import pydantic.v1 as pydantic
66
from hivemind import PeerID
77
from hivemind.moe.expert_uid import ExpertUID
88

0 commit comments

Comments
 (0)