File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1111from petals .utils import *
1212from petals .utils .logging import initialize_logs as _initialize_logs
1313
14- __version__ = "2.0.0.post1 "
14+ __version__ = "2.0.0.post2 "
1515
1616
1717if not os .getenv ("PETALS_IGNORE_DEPENDENCY_VERSION" ):
Original file line number Diff line number Diff line change 11import torch
22
33PUBLIC_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
48 "/dns/bootstrap1.petals.ml/tcp/31337/p2p/QmedTaZXmULqwspJXz44SsPZyTNKxhnnFvYRajfH7MGhCY" ,
59 "/dns6/bootstrap1.petals.ml/tcp/31337/p2p/QmedTaZXmULqwspJXz44SsPZyTNKxhnnFvYRajfH7MGhCY" ,
610 "/dns/bootstrap2.petals.ml/tcp/31338/p2p/QmQGTqmM7NKjV6ggU1ZCap8zWiyKR89RViDXiqehSiCpY5" ,
You can’t perform that action at this time.
0 commit comments