Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def get_id_from_p2p(i):
|
|
100 |
# Blockchain code
|
101 |
|
102 |
|
103 |
-
model_name = "
|
104 |
def get_peers(model_name):
|
105 |
data = requests.get("https://health.petals.dev/api/v1/state").json()
|
106 |
out = []
|
|
|
100 |
# Blockchain code
|
101 |
|
102 |
|
103 |
+
model_name = "quantumaikr/llama-2-70b-fb16-korean"
|
104 |
def get_peers(model_name):
|
105 |
data = requests.get("https://health.petals.dev/api/v1/state").json()
|
106 |
out = []
|