Skip to content

Commit dd9aa94

Browse files
committed
Hardcode IPs until DNS issues get resolved
1 parent b1ff8bd commit dd9aa94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/petals/constants.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import torch
22

33
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
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",

0 commit comments

Comments
 (0)