Update modal.json
Browse files- modal.json +6 -0
modal.json
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
{
|
2 |
"inference": {
|
3 |
"model": [
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
{
|
5 |
"id": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
|
6 |
"instanceType": "ml.g6.48xlarge",
|
|
|
1 |
{
|
2 |
"inference": {
|
3 |
"model": [
|
4 |
+
{
|
5 |
+
"id": "microsoft/phi-4",
|
6 |
+
"instanceType": "ml.g6e.xlarge",
|
7 |
+
"numGpu": 1,
|
8 |
+
"containerStartupHealthCheckTimeout": 1200
|
9 |
+
},
|
10 |
{
|
11 |
"id": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
|
12 |
"instanceType": "ml.g6.48xlarge",
|