hxw710 JumpstartHuggingface commited on
Commit
f54720b
1 Parent(s): 02cac77

Update modal.json (#28)

Browse files

- Update modal.json (4cc8cbc19cfb9e34a76995920e7d8dca522efe54)


Co-authored-by: JumpStart <JumpstartHuggingface@users.noreply.huggingface.co>

Files changed (1) hide show
  1. modal.json +19 -1
modal.json CHANGED
@@ -1,6 +1,24 @@
1
  {
2
  "inference": {
3
  "model": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  {
5
  "id": "meta-llama/Meta-Llama-3-70B-Instruct",
6
  "instanceType": "ml.g5.48xlarge",
@@ -2158,7 +2176,7 @@
2158
  },
2159
  {
2160
  "id": "stabilityai/stable-diffusion-xl-base-1.0",
2161
- "instanceType": "ml.g5.12xlarge",
2162
  "numGpu": 4,
2163
  "containerStartupHealthCheckTimeout": 2100
2164
  },
 
1
  {
2
  "inference": {
3
  "model": [
4
+ {
5
+ "id": "CohereForAI/aya-23-35B",
6
+ "instanceType": "ml.g5.12xlarge",
7
+ "numGpu": 4,
8
+ "containerStartupHealthCheckTimeout": 1200
9
+ },
10
+ {
11
+ "id": "mlabonne/Meta-Llama-3-120B-Instruct",
12
+ "instanceType": "ml.g5.48xlarge",
13
+ "numGpu": 8,
14
+ "containerStartupHealthCheckTimeout": 2100
15
+ },
16
+ {
17
+ "id": "CohereForAI/aya-23-8B",
18
+ "instanceType": "ml.g5.12xlarge",
19
+ "numGpu": 4,
20
+ "containerStartupHealthCheckTimeout": 1200
21
+ },
22
  {
23
  "id": "meta-llama/Meta-Llama-3-70B-Instruct",
24
  "instanceType": "ml.g5.48xlarge",
 
2176
  },
2177
  {
2178
  "id": "stabilityai/stable-diffusion-xl-base-1.0",
2179
+ "instanceType": "ml.g5.24xlarge",
2180
  "numGpu": 4,
2181
  "containerStartupHealthCheckTimeout": 2100
2182
  },