Update setup_petal_swarm.py
Browse files- setup_petal_swarm.py +1 -1
setup_petal_swarm.py
CHANGED
@@ -46,7 +46,7 @@ def keep_server_alive(server_process):
|
|
46 |
|
47 |
if __name__ == "__main__":
|
48 |
# Define the model name and port
|
49 |
-
model_name = "
|
50 |
port = 31337
|
51 |
|
52 |
# Install dependencies (optional, but should be included for Docker consistency)
|
|
|
46 |
|
47 |
if __name__ == "__main__":
|
48 |
# Define the model name and port
|
49 |
+
model_name = "deca-ai/2-mini"
|
50 |
port = 31337
|
51 |
|
52 |
# Install dependencies (optional, but should be included for Docker consistency)
|