philschmid commited on
Commit
83de1c8
·
verified ·
1 Parent(s): af5dee0

Update modal.json

Browse files
Files changed (1) hide show
  1. modal.json +18 -0
modal.json CHANGED
@@ -1,6 +1,24 @@
1
  {
2
  "inference": {
3
  "model": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  {
5
  "id": "mistralai/Mixtral-8x7B-Instruct-v0.1",
6
  "instanceType": "ml.g5.48xlarge",
 
1
  {
2
  "inference": {
3
  "model": [
4
+ {
5
+ "id": "google/gemma-7b",
6
+ "instanceType": "ml.g5.12xlarge",
7
+ "numGpu": 4,
8
+ "containerStartupHealthCheckTimeout": 600
9
+ },
10
+ {
11
+ "id": "google/gemma-7b-it",
12
+ "instanceType": "ml.g5.12xlarge",
13
+ "numGpu": 4,
14
+ "containerStartupHealthCheckTimeout": 600
15
+ },
16
+ {
17
+ "id": "HuggingFaceH4/zephyr-7b-gemma-v0.1",
18
+ "instanceType": "ml.g5.12xlarge",
19
+ "numGpu": 4,
20
+ "containerStartupHealthCheckTimeout": 600
21
+ },
22
  {
23
  "id": "mistralai/Mixtral-8x7B-Instruct-v0.1",
24
  "instanceType": "ml.g5.48xlarge",