Add 3 model(s) from daily sync (2026-05-04)
Browse files- SulphurAI/Sulphur-2-base -> ml.g6.2xlarge
- ibm-granite/granite-4.1-30b-base -> ml.g6.12xlarge
- ibm-granite/granite-guardian-4.1-8b -> ml.g6.2xlarge
- modal.json +18 -0
modal.json
CHANGED
|
@@ -5785,6 +5785,24 @@
|
|
| 5785 |
"instanceType": "ml.g6.2xlarge",
|
| 5786 |
"numGpu": 1,
|
| 5787 |
"containerStartupHealthCheckTimeout": 900
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5788 |
}
|
| 5789 |
]
|
| 5790 |
},
|
|
|
|
| 5785 |
"instanceType": "ml.g6.2xlarge",
|
| 5786 |
"numGpu": 1,
|
| 5787 |
"containerStartupHealthCheckTimeout": 900
|
| 5788 |
+
},
|
| 5789 |
+
{
|
| 5790 |
+
"id": "SulphurAI/Sulphur-2-base",
|
| 5791 |
+
"instanceType": "ml.g6.2xlarge",
|
| 5792 |
+
"numGpu": 1,
|
| 5793 |
+
"containerStartupHealthCheckTimeout": 900
|
| 5794 |
+
},
|
| 5795 |
+
{
|
| 5796 |
+
"id": "ibm-granite/granite-4.1-30b-base",
|
| 5797 |
+
"instanceType": "ml.g6.12xlarge",
|
| 5798 |
+
"numGpu": 4,
|
| 5799 |
+
"containerStartupHealthCheckTimeout": 1800
|
| 5800 |
+
},
|
| 5801 |
+
{
|
| 5802 |
+
"id": "ibm-granite/granite-guardian-4.1-8b",
|
| 5803 |
+
"instanceType": "ml.g6.2xlarge",
|
| 5804 |
+
"numGpu": 1,
|
| 5805 |
+
"containerStartupHealthCheckTimeout": 900
|
| 5806 |
}
|
| 5807 |
]
|
| 5808 |
},
|