Update modal.json
Browse files- modal.json +30 -0
modal.json
CHANGED
@@ -1,6 +1,36 @@
|
|
1 |
{
|
2 |
"inference": {
|
3 |
"model": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
{
|
5 |
"id": "microsoft/phi-4",
|
6 |
"instanceType": "ml.g6e.xlarge",
|
|
|
1 |
{
|
2 |
"inference": {
|
3 |
"model": [
|
4 |
+
{
|
5 |
+
"id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
6 |
+
"instanceType": "ml.g6.12xlarge",
|
7 |
+
"numGpu": 4,
|
8 |
+
"containerStartupHealthCheckTimeout": 1200
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"id": "Qwen/QwQ-32B-Preview",
|
12 |
+
"instanceType": "ml.g6.12xlarge",
|
13 |
+
"numGpu": 4,
|
14 |
+
"containerStartupHealthCheckTimeout": 1200
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"id": "Qwen/Qwen2.5-72B-Instruct",
|
18 |
+
"instanceType": "ml.g6.48xlarge",
|
19 |
+
"numGpu": 8,
|
20 |
+
"containerStartupHealthCheckTimeout": 2400
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"id": "Qwen/Qwen2.5-32B-Instruct",
|
24 |
+
"instanceType": "ml.g6.12xlarge",
|
25 |
+
"numGpu": 4,
|
26 |
+
"containerStartupHealthCheckTimeout": 1200
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"id": "Qwen/Qwen2.5-14B-Instruct",
|
30 |
+
"instanceType": "ml.g6.12xlarge",
|
31 |
+
"numGpu": 4,
|
32 |
+
"containerStartupHealthCheckTimeout": 1200
|
33 |
+
},
|
34 |
{
|
35 |
"id": "microsoft/phi-4",
|
36 |
"instanceType": "ml.g6e.xlarge",
|