Update modal.json
Browse files- modal.json +12 -0
modal.json
CHANGED
@@ -272,6 +272,18 @@
|
|
272 |
"instanceType": "ml.p4de.24xlarge",
|
273 |
"numGpu": 4,
|
274 |
"containerStartupHealthCheckTimeout": 900
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
275 |
}
|
276 |
]
|
277 |
},
|
|
|
272 |
"instanceType": "ml.p4de.24xlarge",
|
273 |
"numGpu": 4,
|
274 |
"containerStartupHealthCheckTimeout": 900
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"id": "TheBloke/Llama-2-70B-fp16",
|
278 |
+
"instanceType": "ml.p4de.24xlarge",
|
279 |
+
"numGpu": 4,
|
280 |
+
"containerStartupHealthCheckTimeout": 900
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"id": "openbmb/UltraLM-65b",
|
284 |
+
"instanceType": "ml.p4de.24xlarge",
|
285 |
+
"numGpu": 4,
|
286 |
+
"containerStartupHealthCheckTimeout": 900
|
287 |
}
|
288 |
]
|
289 |
},
|