File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
11
from petals .utils import *
12
12
from petals .utils .logging import initialize_logs as _initialize_logs
13
13
14
- __version__ = "2.0.0.post1 "
14
+ __version__ = "2.0.0.post2 "
15
15
16
16
17
17
if not os .getenv ("PETALS_IGNORE_DEPENDENCY_VERSION" ):
Original file line number Diff line number Diff line change 1
1
import torch
2
2
3
3
PUBLIC_INITIAL_PEERS = [
4
+ # Temporary IPs until DNS issues get resolved
5
+ "/ip4/159.223.29.252/tcp/31337/p2p/QmedTaZXmULqwspJXz44SsPZyTNKxhnnFvYRajfH7MGhCY" ,
6
+ "/ip4/24.144.96.147/tcp/31338/p2p/QmQGTqmM7NKjV6ggU1ZCap8zWiyKR89RViDXiqehSiCpY5" ,
7
+ # Default DNS addresses
4
8
"/dns/bootstrap1.petals.ml/tcp/31337/p2p/QmedTaZXmULqwspJXz44SsPZyTNKxhnnFvYRajfH7MGhCY" ,
5
9
"/dns6/bootstrap1.petals.ml/tcp/31337/p2p/QmedTaZXmULqwspJXz44SsPZyTNKxhnnFvYRajfH7MGhCY" ,
6
10
"/dns/bootstrap2.petals.ml/tcp/31338/p2p/QmQGTqmM7NKjV6ggU1ZCap8zWiyKR89RViDXiqehSiCpY5" ,
You can’t perform that action at this time.
0 commit comments