pagezyhf HF Staff commited on
Commit
d374362
·
verified ·
1 Parent(s): 8204bdc

Update modal.json

Browse files
Files changed (1) hide show
  1. modal.json +14 -2
modal.json CHANGED
@@ -1,6 +1,18 @@
1
  {
2
  "inference": {
3
  "model": [
 
 
 
 
 
 
 
 
 
 
 
 
4
  {
5
  "id": "Qwen/Qwen2.5-Coder-32B-Instruct",
6
  "instanceType": "ml.g6.12xlarge",
@@ -33,8 +45,8 @@
33
  },
34
  {
35
  "id": "microsoft/phi-4",
36
- "instanceType": "ml.g6e.xlarge",
37
- "numGpu": 1,
38
  "containerStartupHealthCheckTimeout": 1200
39
  },
40
  {
 
1
  {
2
  "inference": {
3
  "model": [
4
+ {
5
+ "id": "Qwen/Qwen2.5-14B-Instruct-1M",
6
+ "instanceType": "ml.g6e.12xlarge",
7
+ "numGpu": 4,
8
+ "containerStartupHealthCheckTimeout": 1200
9
+ },
10
+ {
11
+ "id": "Qwen/Qwen2.5-7B-Instruct-1M",
12
+ "instanceType": "ml.g6e.2xlarge",
13
+ "numGpu": 1,
14
+ "containerStartupHealthCheckTimeout": 600
15
+ },
16
  {
17
  "id": "Qwen/Qwen2.5-Coder-32B-Instruct",
18
  "instanceType": "ml.g6.12xlarge",
 
45
  },
46
  {
47
  "id": "microsoft/phi-4",
48
+ "instanceType": "ml.g6e.12xlarge",
49
+ "numGpu": 2,
50
  "containerStartupHealthCheckTimeout": 1200
51
  },
52
  {