JumpstartHuggingface commited on
Commit
af32344
1 Parent(s): 93efa23

Update modal.json with latest failures

Browse files
Files changed (1) hide show
  1. modal.json +44 -2
modal.json CHANGED
@@ -1,6 +1,48 @@
1
  {
2
  "inference": {
3
  "model": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  {
5
  "id": "google/gemma-7b",
6
  "instanceType": "ml.p5.48xlarge",
@@ -2093,7 +2135,7 @@
2093
  {
2094
  "id": "openai/whisper-large-v3",
2095
  "instanceType": "ml.g5.12xlarge",
2096
- "numGpu": 1,
2097
  "containerStartupHealthCheckTimeout": 2100
2098
  },
2099
  {
@@ -2117,7 +2159,7 @@
2117
  {
2118
  "id": "stabilityai/stable-diffusion-xl-base-1.0",
2119
  "instanceType": "ml.g5.12xlarge",
2120
- "numGpu": 1,
2121
  "containerStartupHealthCheckTimeout": 2100
2122
  },
2123
  {
 
1
  {
2
  "inference": {
3
  "model": [
4
+ {
5
+ "id": "meta-llama/Meta-Llama-3-70B-Instruct",
6
+ "instanceType": "ml.g5.48xlarge",
7
+ "numGpu": 8,
8
+ "containerStartupHealthCheckTimeout": 2100
9
+ },
10
+ {
11
+ "id": "HuggingFaceM4/idefics2-8b",
12
+ "instanceType": "ml.g5.12xlarge",
13
+ "numGpu": 4,
14
+ "containerStartupHealthCheckTimeout": 600
15
+ },
16
+ {
17
+ "id": "mlabonne/Meta-Llama-3-120B-Instruct",
18
+ "instanceType": "ml.g5.48xlarge",
19
+ "numGpu": 8,
20
+ "containerStartupHealthCheckTimeout": 2100
21
+ },
22
+ {
23
+ "id": "nvidia/Llama3-ChatQA-1.5-70B",
24
+ "instanceType": "ml.g5.48xlarge",
25
+ "numGpu": 8,
26
+ "containerStartupHealthCheckTimeout": 2100
27
+ },
28
+ {
29
+ "id": "aaditya/Llama3-OpenBioLLM-70B",
30
+ "instanceType": "ml.g5.48xlarge",
31
+ "numGpu": 8,
32
+ "containerStartupHealthCheckTimeout": 2100
33
+ },
34
+ {
35
+ "id": "meta-llama/Meta-Llama-3-70B",
36
+ "instanceType": "ml.g5.48xlarge",
37
+ "numGpu": 8,
38
+ "containerStartupHealthCheckTimeout": 2100
39
+ },
40
+ {
41
+ "id": "shenzhi-wang/Llama3-8B-Chinese-Chat",
42
+ "instanceType": "ml.g5.12xlarge",
43
+ "numGpu": 4,
44
+ "containerStartupHealthCheckTimeout": 1200
45
+ },
46
  {
47
  "id": "google/gemma-7b",
48
  "instanceType": "ml.p5.48xlarge",
 
2135
  {
2136
  "id": "openai/whisper-large-v3",
2137
  "instanceType": "ml.g5.12xlarge",
2138
+ "numGpu": 4,
2139
  "containerStartupHealthCheckTimeout": 2100
2140
  },
2141
  {
 
2159
  {
2160
  "id": "stabilityai/stable-diffusion-xl-base-1.0",
2161
  "instanceType": "ml.g5.12xlarge",
2162
+ "numGpu": 4,
2163
  "containerStartupHealthCheckTimeout": 2100
2164
  },
2165
  {